|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| [[Category:Software]]
| | '''The contents of this page have been merged into [[C++ Library: libStatGen]]''' |
| [[Category:C++]]
| |
| [[Category:libStatGen]]
| |
| | |
| = Download =
| |
| [[StatGen Download | StatGen Download Instructions]]
| |
| | |
| | |
| = Dependencies =
| |
| * This software requires the following to be installed:
| |
| ** g++
| |
| ** development version of zlib (zlib1g-dev on ubuntu)
| |
| ** openssl and md5 (libssl-dev on ubuntu)
| |
| ** curses (libcurses-perl on ubuntu)
| |
| * Compiles on Linux/Unix
| |
| | |
| | |
| = Compile/Build =
| |
| # From the base statgen directory, build the repository:
| |
| #* For normal (optimized) mode, type:
| |
| #** <pre>make</pre>
| |
| #* For debug, instead use:
| |
| #** <pre>make OPTFLAG="-ggdb -O0”</pre>
| |
| #** Note: that is the letter O followed by the number zero.
| |
| #* When switching between debug & non-debug, prior to typing the new 'make' call, type:
| |
| #** <pre>make clean</pre>
| |
| | |
| This build both the [[C++ Library: libStatGen|library]] and all of the [[Software#Programs.2FTools|programs/tools]] in the repository.
| |
| | |
| = Troubleshooting =
| |
| If you are having trouble compiling any of the versions, check [[StatGen Troubleshooting]] for help. If that does not solve your problem, email me for support.
| |
| | |
| | |
| = Programs in the StatGen Repository =
| |
| The list of programs in the repository is documented at: [[Software#Programs.2FTools|StatGen Programs]] | |
| | |
| | |
| = Creating your Own Programs Using the StatGen Library =
| |
| The StatGen Library is part of the StatGen Repository. You can use the library to create your own C++ programs.
| |
| | |
| [[C++ Library: libStatGen|Using the StatGen Library]] | |
The contents of this page have been merged into C++ Library: libStatGen