Skip to content

Instantly share code, notes, and snippets.

@veer66
Last active December 3, 2022 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veer66/8a84846588525a4494f369f50d23ef93 to your computer and use it in GitHub Desktop.
Save veer66/8a84846588525a4494f369f50d23ef93 to your computer and use it in GitHub Desktop.
#!/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