mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
changed MakeFile to install simplejson
This commit is contained in:
parent
29ab6c6467
commit
4490d0b723
1
Makefile
1
Makefile
@ -216,6 +216,7 @@ install:
|
|||||||
cd src/zfec && python ./setup.py install && cd ../..
|
cd src/zfec && python ./setup.py install && cd ../..
|
||||||
cd src/foolscap && python ./setup.py install && cd ../..
|
cd src/foolscap && python ./setup.py install && cd ../..
|
||||||
cd src/Crypto && python ./setup.py install && cd ../..
|
cd src/Crypto && python ./setup.py install && cd ../..
|
||||||
|
cd src/simplejson && python ./setup.py install && cd ../..
|
||||||
python ./setup.py install
|
python ./setup.py install
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user