development:compiling:liblcf:autotools
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
development:compiling:liblcf:autotools [2014/03/26 18:30] – [Build] fdelapena | development:compiling:liblcf:autotools [2024/04/26 17:04] (current) – inih is no longed vendored lumiscosity | ||
---|---|---|---|
Line 6: | Line 6: | ||
* pkg-config | * pkg-config | ||
* libtool | * libtool | ||
- | * Expat >= 2.1.0 | + | * Expat |
- | * GNU iconv (already included in most distributions in libc) (Not required for Windows) | + | * ICU |
- | * GNU Gettext development files (Required for iconv detecion) | + | |
===== Requirements for building from git ===== | ===== Requirements for building from git ===== | ||
* autoconf >= 2.69 | * autoconf >= 2.69 | ||
- | * automake | + | * automake |
* git | * git | ||
Run '' | Run '' | ||
Line 19: | Line 18: | ||
* Run: | * Run: | ||
- | '' | + | <code bash> |
- | sudo make install'' | + | ./configure --prefix=/usr |
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
+ | |||
+ | ====== Build from Git ====== | ||
- | If you want to cross compile with a specific gcc toolchain, pass '' | ||
===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) ===== | ===== Step by step setup for Debian based distros (gNewSense, Trisquel, Debian, Mint, Ubuntu...) ===== | ||
* Open the Terminal application | * Open the Terminal application | ||
* Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | ||
- | '' | + | <code bash> |
- | mkdir ~/ | + | sudo apt-get -y install --no-install-recommends git make automake |
- | cd ~/ | + | git clone https:// |
- | | + | cd liblcf |
- | cd liblcf\\ | + | autoreconf -i |
- | autoreconf -i\\ | + | ./configure --prefix=/usr |
- | ./ | + | make |
- | sudo make install'' | + | sudo make install |
+ | cd .. | ||
+ | </ | ||
===== Step by step setup for Fedora ===== | ===== Step by step setup for Fedora ===== | ||
* Open the Terminal application | * Open the Terminal application | ||
* Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | * Copy the following text and paste it in your terminal window and press the enter key, you will need to enter your password and press again the enter key: | ||
- | '' | + | <code bash> |
- | mkdir ~/ | + | sudo dnf -y install libtool |
- | cd ~/ | + | git clone https:// |
- | | + | cd liblcf |
- | cd liblcf\\ | + | autoreconf -i |
- | autoreconf -i\\ | + | ./configure --prefix=/usr |
- | ./ | + | make |
- | sudo make install'' | + | sudo make install |
+ | cd .. | ||
+ | </ | ||
===== Installation on Arch Linux ===== | ===== Installation on Arch Linux ===== | ||
There is an [[https:// | There is an [[https:// | ||
- | + | <code bash> | |
- | '' | + | packer -S liblcf-git |
+ | </ | ||
===== Additional help ===== | ===== Additional help ===== | ||
- | Contact with us at https://webchat.freenode.net/? | + | Contact with us at https://easyrpg.org/contact |
- | + | ||
- | The current build system maintainer is fdelapena | + |
development/compiling/liblcf/autotools.1395858605.txt.gz · Last modified: 2014/03/26 18:30 by fdelapena