File: INSTALL

package info (click to toggle)
libfann 2.1.0~beta%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,648 kB
  • ctags: 924
  • sloc: sh: 8,753; ansic: 5,994; cpp: 2,351; makefile: 507; perl: 243; python: 131; sed: 7
file content (48 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (3)
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
43
44
45
46
47
48
INSTRUCTIONS


PREREQUISITES
^^^^^^^^^^^^^
Make sure you can make and install the fann library first. 
You are required to have swig and python development files 
installed. After you compiled the fann library...


BUILDING AND INSTALLING USING MAKE (preferred)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command:

$ make

then as root run

# make install

BUILDING AND INSTALLING USING DISTUTILS (second alternative)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command as root

# python setyp.py install



######### ** ** ** ** ** ** ** ** ** ** ** ** ** ** ##########
##### The wrapper should be installed uing above methods #####
##### The following instructions are for advanced users  #####


BUILD USING LINUX MAKEFILES
^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command 

$ make linux



BUILD USING MSVC MAKEFILES
^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command 

$ make msvc