Installation Instructions
Please install the Qt library in advance.
- Extract the file you downloaded.
The following applies to version 'x.x.x'. Please update as appropriate.$ tar xvfz treefrog-x.x.x.tar.gz - Run build commands.
In Windows:
Please create a binary of two types for the release and for debugging.
Start the Qt Command Prompt, and then build with the following command. The configuration batch should be run twice.> cd treefrog-x.x.x
> configure --enable-debug
> cd src
> mingw32-make install
> cd ..\tools
> mingw32-make instal
> cd ..
> configure
> cd src
> mingw32-make install
> cd ..\tools
> mingw32-make instal
In UNIX-based OS Linux, and Mac OS X :
Enter the following from the command line.$ cd treefrog-x.x.x
$ ./configure
$ cd src
$ make
$ sudo make install
$ cd ../tools
$ make
$ sudo make install
Note: In order to debug the TreeFrog Framework itself, please use the configure option.
Run Type './configure --enable-debug'.
- Create a shortcut of TreeFrog Command Prompt (Windows only).
Right-click on the folder in which you want to create the shortcut, and select "New" – and then click the "shortcut". Set the links as follows;C:\Windows\System32\cmd.exe /K C:\TreeFrog\x.x.x\bin\tfenv.bat
x.x.x is version.
Configure option
By specifying various options, you can customize to suit your environment.
Options available on Windows using “Configure option” :
| > configure --help Usage: configure [OPTION]... [VAR=VALUE]... Configuration: Installation directories: |
Options available on Linux, and UNIX-like OS :
| $ ./configure --help Usage: ./configure [OPTION]... [VAR=VALUE]... Configuration: Installation directories: Fine tuning of the installation directories: |
Options available in Max OS X :
| $ ./configure --help Usage: ./configure [OPTION]... [VAR=VALUE]... Configuration: Fine tuning of the installation directories: |



