File: readme

package info (click to toggle)
k3dsurf 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,964 kB
  • ctags: 2,268
  • sloc: cpp: 23,317; makefile: 55
file content (34 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
34
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                           Usage license:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Copyright © 2007 Abderrahman Taha (taha_ab@yahoo.fr)

This Software is distributed under the GPL license, so trying to 
obfuscate the fact that this Software is not made by you or that it 
is free is expressly prohibited.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       To compile the program :
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tar -xvzf k3dsurf-0.6.2.tar.gz;
cd k3dsurf;
qmake; make;
./bin/k3dsurf & ;

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                       Special thanks to :
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1) Warp for his excellent library parser :
("Juha Nieminen (warp@iki.fi)",http://iki.fi/warp/FunctionParser/)
2) Qt and KDevelop community.