master
marxzuckerburg 4 years ago
parent fdb02c2c02
commit 227b6cafdd

@ -247,7 +247,10 @@ then
export PATH="$path_conda/Library/bin:$path_conda/Scripts:$path_conda:$PATH"
## looks like we really do need visual studi c++ tools?
cd $path_lib
wget https://download.visualstudio.microsoft.com/download/pr/e8bc3741-cb70-42aa-9b4e-2bd497de85dd/c180e363efb5c653acd515349e76c4bd5f60526478d5f71d0907294210978d9f/vs_BuildTools.exe
cmd //c vs_BuildTools.exe
### install themis from source
@ -338,10 +341,10 @@ echo "Now using python (t2): `which python`"
echo "Now using python (t3): `which python`"
cd $path_lib
git clone https://github.com/seppo0010/rlite-py.git
cd rlite-py
python setup.py install
# cd $path_lib
# git clone https://github.com/seppo0010/rlite-py.git
# cd rlite-py
# python setup.py install

Loading…
Cancel
Save