-
Notifications
You must be signed in to change notification settings - Fork 12
Compilation Tips
Chris Timperley edited this page Sep 2, 2016
·
12 revisions
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.
hg clone https://gmplib.org/repo/gmp/ TARGDIR
cd TARGDIR
hg update -r COMMIT-ID
./.bootstrap
automake --add-missing
./configure
make