public
Description: Schematic capture and circuit simulator
Homepage: http://oregano.gforge.lug.fi.uba.ar/
Clone URL: git://github.com/Gazer/oregano.git
oregano / INSTALL
100644 26 lines (17 sloc) 0.582 kb
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
Basic Installation
==================
 
 In order to build and install you need Scons[1] >= 0.90
 
Compilers and Options
=====================
 
 TODO
 
Compiling For Multiple Architectures
====================================
 
 TODO
 
Installation Names
==================
 
   By default, `scons install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc. You can specify an
installation prefix other than `/usr/local' by giving `scons' the
option `PREFIX=PATH'.
 
   You can also change the destination directory by giving 'scons'
the option 'DESTDIR=PATH' .