Manual Compile
Building and installing manually from source. This should only be done if one is unable to create a recipe or as an excercise. With very few exceptions, the work of creating a recipe is rewarded by the ease of using Compile.
See also: Advanced → Steps of the compile process
Note
If you use a local tarball, be sure to have the tarball
placed at /Data/Compile/Archives. Also make sure you know whether you have a
recipe locally or not, if you ie do not have access to the www on that machine.
I’m using dosbox from CVS as an example here.
First, go into the folder where you have the source (change directory).
Run PrepareProgram with the option -t or –tree to generate the directory tree
in /Programs/DOSBox/CVS.
Then run PrepareProgram again without options to run configure
Then we have to do whatever is required in order to build the application. In
the case of DosBox we have to issue make in order to compile the program.
Next run SandboxInstall to install the program into the Programs-tree
And at last, run SymlinkProgram to link it into the LHS tree.
And then we’re done. Enjoy!