We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35925ea commit 87d876fCopy full SHA for 87d876f
1 file changed
demos/demo_dynamic.py
@@ -24,6 +24,10 @@
24
CFLAGS="-DUSE_TFM -DTFM_DESC -I/usr/local/include" \
25
EXTRALIBS=/usr/local/lib/libtfm.a install
26
27
+ For python 2.7.12 on Ubuntu Xenial the following worked for
28
+ me (without MPI support):
29
+ sudo make -f makefile.shared install PREFIX="/usr"
30
+
31
Reminder: you don't need to bind in a math library unless
32
you are going to use LTC functions that need a
33
mathlib. For example, public key crypto requires
0 commit comments