8000 Home · JrCs/CloverGrowerPro Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
driph edited this page Dec 24, 2015 · 5 revisions

Welcome to the CloverGrowerPro wiki!

Installation

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

Initial setup

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.

CloverGrowerPro options

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
Clone this wiki locally
0