We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wget --no-check-certificate https://github.com/nu774/fdkaac/archive/master.zip -O fdkaac-master.zip
doesn't always run but it's easy to download the file directly.
make install && popd && rd /s /q fdkaac-master
fails with this messgage
make: *** no rule to make target 'install'. Stop.
OK, how to fix this line?
The text was updated successfully, but these errors were encountered:
Maybe you need a autoreconf -i and a ./configure before make? You can use this tool: https://github.com/kekyo/fdk-aac-win32-builder to build it under Windows.
autoreconf -i
./configure
Sorry, something went wrong.
No branches or pull requests
wget --no-check-certificate https://github.com/nu774/fdkaac/archive/master.zip -O fdkaac-master.zip
doesn't always run but it's easy to download the file directly.
make install && popd && rd /s /q fdkaac-master
fails with this messgage
make: *** no rule to make target 'install'. Stop.
OK, how to fix this line?
The text was updated successfully, but these errors were encountered: