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
|