Last active
December 3, 2022 17:12
-
-
Save veer66/8a84846588525a4494f369f50d23ef93 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
rm -rf fast_align | |
git clone https://github.com/clab/fast_align.git | |
pushd fast_align | |
cmake . | |
make -j $(nproc) | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment