Skip to content

Commit 87d876f

Browse files
committed
add comment about usage to demo_dynamic
[skip ci]
1 parent 35925ea commit 87d876f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

demos/demo_dynamic.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
CFLAGS="-DUSE_TFM -DTFM_DESC -I/usr/local/include" \
2525
EXTRALIBS=/usr/local/lib/libtfm.a install
2626
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+
2731
Reminder: you don't need to bind in a math library unless
2832
you are going to use LTC functions that need a
2933
mathlib. For example, public key crypto requires

0 commit comments

Comments
 (0)