Skip to content

Compilation Tips

Chris Timperley edited this page Sep 2, 2016 · 12 revisions

Compilation Tips

Below are a few pointers on how to get the various projects within this repository to build outside of the RepairBox environment (which takes care of these steps automatically, through its prepare.sh script). In most cases, the prepare.sh script should work on your machine as well, but in the event it doesn't, these instructions might help you to figure out why.

gmp

hg clone https://gmplib.org/repo/gmp/ TARGDIR
cd TARGDIR
hg update -r COMMIT-ID
./.bootstrap
automake --add-missing
./configure
make

Clone this wiki locally