sjrdc / sequencetree4

SequenceTree version 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==== SequenceTree4 ====

COMPILATION INSTRUCTIONS for Qt4 with MinGW on Windows

  0. Be sure you have Qt4 and MinGW installed properly
  1. Extract to a folder with no spaces, e.g. c:\st4
  2. Open a command window (in the Qt4/MinGW environment)
  3. cd to the "src� directory
  4. Run qmake
  5. Run mingw32-make
  6. Executable will be created in the �bin� directory

COMPILATION INSTRUCTIONS for Linux

  0. Be sure you have Qt4 installed properly
  1. cd src
  2. qmake
  3. make
  4. Executable will be created in the �bin� directory
  5. Before running the program set the following environment variable:
	export LD_LIBRARY_PATH=[st4-directory]/bin


About

SequenceTree version 4

License:GNU General Public License v2.0


Languages

Language:C 52.7%Language:C++ 46.3%Language:QMake 0.5%Language:HTML 0.5%Language:Objective-C 0.0%Language:Shell 0.0%Language:Logos 0.0%Language:Batchfile 0.0%