📄 install
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -