mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-16 00:12:48 +00:00
win install
This commit is contained in:
parent
e14460b322
commit
49ebfc7955
@ -225,7 +225,12 @@ then
|
|||||||
|
|
||||||
# ./miniconda.exe -b -f -p "$path_conda"
|
# ./miniconda.exe -b -f -p "$path_conda"
|
||||||
# rm miniconda.exe
|
# rm miniconda.exe
|
||||||
cmd "miniconda.exe /InstallationType=JustMe /RegisterPython=0 /S /D=$path_conda"
|
# cmd "miniconda.exe /InstallationType=JustMe /RegisterPython=0 /S /D=$path_conda"
|
||||||
|
|
||||||
|
path_conda_windows="${path_conda/\//\\}"
|
||||||
|
wincmd="miniconda.exe /S /D=C:\\msys64$path_conda_windows"
|
||||||
|
echo "executing! $wincmd"
|
||||||
|
cmd //c "$wincmd"
|
||||||
|
|
||||||
### install themis from source
|
### install themis from source
|
||||||
if [ ! -f "/usr/local/lib/libthemis.so" ]
|
if [ ! -f "/usr/local/lib/libthemis.so" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user