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 [2015/02/18 18:51] – make copypaste process a bit more robust fdelapena | development:compiling:liblcf:autotools [2024/04/26 17:04] (current) – inih is no longed vendored lumiscosity | ||
---|---|---|---|
Line 19: | Line 19: | ||
* Run: | * Run: | ||
<code bash> | <code bash> | ||
- | | + | ./configure --prefix=/ |
- | make | + | make |
- | sudo make install | + | sudo make install |
</ | </ | ||
Line 31: | Line 31: | ||
* 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> | <code bash> | ||
- | | + | sudo apt-get -y install --no-install-recommends git make automake pkg-config |
- | git clone https:// | + | git clone https:// |
- | cd liblcf | + | cd liblcf |
- | autoreconf -i | + | autoreconf -i |
- | ./configure --prefix=/ | + | ./configure --prefix=/ |
- | make | + | make |
- | sudo make install | + | sudo make install |
- | cd .. | + | cd .. |
</ | </ | ||
===== Step by step setup for Fedora ===== | ===== Step by step setup for Fedora ===== | ||
Line 45: | Line 45: | ||
* 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> | <code bash> | ||
- | | + | 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=/ | + | ./configure --prefix=/ |
- | make | + | make |
- | sudo make install | + | sudo make install |
- | cd .. | + | cd .. |
</ | </ | ||
===== Installation on Arch Linux ===== | ===== Installation on Arch Linux ===== | ||
Line 58: | Line 58: | ||
There is an [[https:// | There is an [[https:// | ||
<code bash> | <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 autotools build system maintainer is fdelapena | + |
development/compiling/liblcf/autotools.1424285464.txt.gz · Last modified: 2015/02/18 18:51 by fdelapena