Last active
February 11, 2023 05:39
-
-
Save tserj/8b194bf5be171dc8b23963c260584eb2 to your computer and use it in GitHub Desktop.
linux build
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
| configure.ac | |
| AM_INIT_AUTOMAKE([foreign subdir-objects] | |
| AC_CONFIG_MACRO_DIR([m4]) | |
| Makefile.am | |
| ACLOCAL_AMFLAGS = -I m4 | |
| mkdir m4 | |
| autoreconf -i | |
| autoconf | |
| automake | |
| ./configure | |
| make | |
| make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment