Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #24

Open
KaveeHana opened this issue May 24, 2020 · 4 comments
Open

Installation #24

KaveeHana opened this issue May 24, 2020 · 4 comments

Comments

@KaveeHana
Copy link

KaveeHana commented May 24, 2020

I'm new to CLI programs and I have absolutely no idea how to get this installed. So can someone give an installation guide.

@Nottt
Copy link

Nottt commented Jun 15, 2020

If you are using ubuntu like me install the packages

apt install autoconf libtool -y

then follow the instructions in the INSTALL file on the repo

@throttlenerd
Copy link

Ehmmm having some difficulties on macOS here as well. After trying to install autoconf the system (Catalina) said it needs Java JDK, I was redirected to Oracle downloads, installed it, now installing autoconf says it is "Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home/bin/apt" (-1)".

Is there any step-by-step to install this wonderful tool on macOS?

Thanks guys!

@throttlenerd
Copy link

Navigated to /Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home/bin/ and there's no apt file indeed!

@darkash
Copy link

darkash commented Mar 15, 2021

Ehmmm having some difficulties on macOS here as well. After trying to install autoconf the system (Catalina) said it needs Java JDK, I was redirected to Oracle downloads, installed it, now installing autoconf says it is "Unable to locate an executable at "/Library/Java/JavaVirtualMachines/jdk-14.0.2.jdk/Contents/Home/bin/apt" (-1)".

Is there any step-by-step to install this wonderful tool on macOS?

Thanks guys!

for mac, use homebrew instead of apt
https://brew.sh/
then
brew update && brew install libtool autoconf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants