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
Hello everybody. This is not really a issue, it just might help noobs like me who use Windows :)
For creating custom model you need to replace the string "make" with "msbuild all_build.vcxproj".
git clone https://github.com/bakwc/JamSpell.git cd JamSpell mkdir build cd build cmake .. msbuild all_build.vcxproj
Then you need to copy the file "jamspell" from the "... \ JamSpell \ build \ main \ Debug" folder to the "... \ JamSpell \ build \ main" folder.
Further, everything is as in the original instructions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everybody. This is not really a issue, it just might help noobs like me who use Windows :)
For creating custom model you need to replace the string "make" with "msbuild all_build.vcxproj".
git clone https://github.com/bakwc/JamSpell.git
cd JamSpell
mkdir build
cd build
cmake ..
msbuild all_build.vcxproj
Then you need to copy the file "jamspell" from the "... \ JamSpell \ build \ main \ Debug" folder to the "... \ JamSpell \ build \ main" folder.
Further, everything is as in the original instructions.
The text was updated successfully, but these errors were encountered: