-
-
Save ghostzero/76a7d8dcd05ac6813ec9e18988c62202 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| git clone https://git.universe-factory.net/fastd | |
| mkdir fastd-build | |
| cd fastd-build | |
| cmake ../fastd -DCMAKE_BUILD_TYPE=RELEASE | |
| make | |
| make install | |
| cd ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment