forked from STLVNUB/CloverGrower
-
Notifications
You must be signed in to change notification settings - Fork 33
Home
driph edited this page Dec 24, 2015
·
5 revisions
Welcome to the CloverGrowerPro wiki!
CloverGrowerPro is meant to run in console, so it is recommended that you install it using the git command. Run Terminal.app, enter the directory where you want to install CloverGrowerPro, and type:
git clone git://github.com/JrCs/CloverGrowerPro.git
Running CloverGrowerPro for the first time requires you to answer few simple questions regarding your setup. Enter CloverGrowerPro directory and run:
cd CloverGrowerPro
./CloverGrowerPro.sh
After you have completed the configuration and initial environment setup the cloverpro
symbolic link will be created for ease of use.
You can enable various options with the cloverpro
command:
-r, --revision compile a specific Clover revision
-t, --target choose target(s) to build [default=x64]. You can specify multiple targets (ie. --target="ia32 x64")
-u, --check-update force check update.
-s, --setup setup cloverpro.
-h, --help print this message and exit
-v, --version print the version information and exit