File: readme

package info (click to toggle)
liborigin2 2%3A20110117-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 936 kB
  • sloc: cpp: 10,622; makefile: 10
file content (26 lines) | stat: -rwxr-xr-x 1,057 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
liborigin2
---------------------

AUTHORS: Ion Vasilief, Alex Kargovsky

CONTRIBUTORS: Stefan Gerlach

DEPENDENCIES: liborigin2 depends on the BOOST C++ libraries (version >= 1.33.0): http://www.boost.org/,
	      tree.hh: http://tree.phi-sci.com/ 
 	      and an old version of loglite: http://code.google.com/p/loglite/

---------------------------------------------------------------------------
COMPILING: liborigin2 uses qmake for the building process. 
		qmake is part of a Qt distribution: http://trolltech.com/
		qmake reads project files, that contain the options and rules how to build a certain project. 
		A project file ends with the suffix "*.pro". Please read the qmake documentation for more details.

After installing qmake, tree.hh and the BOOST C++ libraries on your system, type the following command lines: 
	$ qmake	
	$ make

---------------------------------------------------------------------------
FEATURES :
	* supports the import of 6.0 - 8.1 projects

---------------------------------------------------------------------------