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/06/18 02:47] – fdelapena | development:compiling:liblcf:autotools [2024/04/26 17:04] (current) – inih is no longed vendored lumiscosity | ||
---|---|---|---|
Line 18: | Line 18: | ||
* Run: | * Run: | ||
+ | <code bash> | ||
+ | ./configure --prefix=/ | ||
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
- | ./configure --prefix /usr | + | ====== Build from Git ====== |
- | make | + | |
- | sudo make install | + | |
===== 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...) ===== | ||
Line 27: | Line 30: | ||
* 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> | |
- | sudo apt-get -y install --no-install-recommends git make automake libtool g++ libexpat1-dev libicu-dev | + | sudo apt-get -y install --no-install-recommends git make automake |
- | git clone https:// | + | git clone https:// |
- | cd liblcf | + | cd liblcf |
- | autoreconf -i | + | autoreconf -i |
- | ./configure --prefix /usr | + | ./configure --prefix=/usr |
- | make | + | 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> | |
- | sudo yum -y install | + | sudo dnf -y install libtool expat-devel libicu-devel inih-devel gcc-c++ |
- | git clone https:// | + | git clone https:// |
- | cd liblcf | + | cd liblcf |
- | autoreconf -i | + | autoreconf -i |
- | ./configure --prefix /usr | + | ./configure --prefix=/usr |
- | make | + | 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.1403059650.txt.gz · Last modified: 2014/06/18 02:47 by fdelapena