File: README.txt

package info (click to toggle)
velvet 1.2.10%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 56,204 kB
  • sloc: ansic: 22,940; perl: 1,194; python: 295; sh: 125; makefile: 121
file content (42 lines) | stat: -rw-r--r-- 1,117 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
README.TXT

VELVET SOURCE 
March 28 2008
Daniel Zerbino

NOTE: The PDF manual in this directory contains all the information contained
in this text file, plus much more!

> SUMMARY
	* A/ REQUIREMENTS
	* B/ COMPILING INSTRUCTIONS
	* C/ WHERE IS THE MANUAL?

----------------------------------------------------------------------------------
A/ REQUIREMENTS

	Velvet should function on any standard 64bit Linux environment with
gcc. A good amount of physical memory (12GB to start with, more is no luxury)
is recommended. 

----------------------------------------------------------------------------------
B/ COMPILING INSTRUCTIONS

Normally, with a GNU environment, just type:

> make

For colorspace Velvet replace that command with 

> make color

Otherwise compile each *.c file separately, then execute the default
instructions at the top of Makefile. 

----------------------------------------------------------------------------------
C/ WHERE IS THE MANUAL?

If you cannot find the PDF manual in the source directory (probably because
you downloaded Velvet through git), you can simply compile it:

> make doc