Last active
August 25, 2022 22:54
-
-
Save yottatsa/6a5a4a9d01e438fdb52adbe7308a3cc5 to your computer and use it in GitHub Desktop.
Installing pilot-link and jpilot on mac os x....-ish
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
| brew install dash autoconf automake gtk popt | |
| cd pilot-link | |
| dash ./autogen.sh --without-bluez --without-included-popt --enable-conduits | |
| cd ../jpilot | |
| dash ./reconf | |
| dash ./configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment