Skip to content

HuC Setup

Bob Frasure edited this page Jan 5, 2025 · 1 revision

Download [http://www.zeograd.com/parse.php?src=hucf&path=0,2, HuC] from zeograd.com.

Installation is quite simple. Obviously for easier access you'll have to put the binary's directory in your path or any environment variable used to search for binaries then. Since HuC relies on the Magic Kit, a compiler only produces assembler code, not directly bytecode. You must also define the environment variable pointing toward the directory in which the library files are present. This variable is called PCE_INCLUDE and can be set with:

set PCE_INCLUDE C:\huc\include\pce

under dos for example, or

PCE_INCLUDE /usr/local/huc/include/pce;
export PCE_INCLUDE

under certain *nix shells and so on.

PAGE RECOVERY [pre] windows xp 2000 wip windows xp 2000 wip windows xp 2000 wip [/pre]

To make HuC accessible from the command line, follow the steps below.

  • Download HuC here.
  • Extract the zip file to C:\HuC or wherever but this is where the images indicate.

PAGE RECOVERY [pre] setup_env_win_1 setup_env_win_2 setup_env_win_3 setup_env_win_4 setup_env_win_7 setup_env_win_5 setup_env_win_6 [/pre]

Places for info on how to set the environment variables with using VB scripting:

1 2 3 4

Clone this wiki locally