Private
Public Access
2
0

maa: change javascript to use swig upstream

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-22 10:16:09 +01:00
parent 716004de54
commit 923e4829a9
2 changed files with 1 additions and 5 deletions

View File

@@ -23,15 +23,13 @@ cmake and default system libraries are technically required to compile.
1. node.js 0.10.26
2. python 3.3.x or 2.7.x
3. swig-v8 3.0.1 (swig 2.x will work but you will not be able to build node.js
3. swig 3.0.1 (swig 2.x will work but you will not be able to build node.js
module so comment out add_directories(javacsript) in src/CmakeLists.txt)
4. doxygen (needed to generate even python doc)
5. sphinx
6. pygments
7. pydoc
To install swig-v8 the swig-v8-git package from AUR is helpful.
## COMPILING
NOTE: The **only** supported cmake build configuration is to have the build/ dir

View File

@@ -1,7 +1,5 @@
%module (docstring="Javascript interface to libmaa") maajs
%include <node.i>
%feature("autodoc", "3");
#ifdef DOXYGEN