We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to create environment files for Windows, ideally supporting Powershell and bat.
Here's what I need on my system for the .PS1 file
$install="C:\Users\krisf\Documents\devel\buildVC\SIRF-SuperBuild\INSTALL" $Env:Path = "${install}\bin" + ";" + $Env:Path $Env:Path += ";${install}\FFTW" $Env:Path += ";c:/local/boost_1_74_0/lib64-msvc-14.2/" # need to be forward slashes $Env:SIRF_PATH = "C:/Users/krisf/Documents/devel/buildVC/SIRF-SuperBuild/sources/SIRF" $Env:PYTHONPATH = "${install}\python" $Env:MATLABPATH = "${install}\matlab" $Env:MATLABPATH+=';C:\Users\krisf\Documents\devel\buildVC\SIRF-SuperBuild\sources\SPM' $Env:Path += ";c\Program Files\MATLAB\R2020b\bin\win64;c:\Program Files\MATLAB\R2020b\extern\bin\win64"
Obviously, these have to be determined from internal variables.
The text was updated successfully, but these errors were encountered:
See https://github.com/SyneRBI/SIRF/pull/853/files#r571159815 for / vs\
/
\
Sorry, something went wrong.
paskino
Successfully merging a pull request may close this issue.
We need to create environment files for Windows, ideally supporting Powershell and bat.
Here's what I need on my system for the .PS1 file
Obviously, these have to be determined from internal variables.
The text was updated successfully, but these errors were encountered: