Skip to content

Instantly share code, notes, and snippets.

@dariks
Last active September 14, 2021 11:32
Show Gist options
  • Select an option

  • Save dariks/e8f710605a84a508b90b4b1be6b18662 to your computer and use it in GitHub Desktop.

Select an option

Save dariks/e8f710605a84a508b90b4b1be6b18662 to your computer and use it in GitHub Desktop.
#!/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 ../
@tackin
Copy link

tackin commented Oct 19, 2020

Skript does not work anymore.

  1. Repo was moved to: git://github.com/NeoRaider/fastd
  2. Starting with v20 (9/2020), fastd uses the Meson build system.

@dariks
Copy link
Author

dariks commented Oct 21, 2020

@tackin Thanks! I will have a look into it! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment