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
For Master version v2.4.0:
Following the build instructions in the README.MD file, in Configuration Step 3:
cd src/ cd Build/ make clean
fails with "make: *** No rule to make target 'clean'. Stop."
Cheers,
Glenn
The text was updated successfully, but these errors were encountered:
@60south there's no reason to use the master branch, it's outdated. Instead, use:
git clone https://github.com/JCSDA/crtm git checkout release/REL-2.4.0_emc or git checkout release/REL-2.4.0
these are more reliably updated with any necessary changes for getting binary files, etc.
cd crtm mkdir build cd build cmake .. make -j12 ctest -j12 find ./ -name "libcrtm*"
should find it ./libsrc/libcrtm.a (or .so, possibly)
./libsrc/libcrtm.a
Sorry, something went wrong.
No branches or pull requests
For Master version v2.4.0:
Following the build instructions in the README.MD file, in Configuration Step 3:
fails with "make: *** No rule to make target 'clean'. Stop."
Cheers,
Glenn
The text was updated successfully, but these errors were encountered: