User Tools

Site Tools


development:compiling:liblcf:autotools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:compiling:liblcf:autotools [2014/12/14 01:26] – Use POSIX style for long parameter values fdelapenadevelopment:compiling:liblcf:autotools [2021/05/31 03:29] (current) – [Additional help] fdelapena
Line 19: Line 19:
   * Run:   * Run:
 <code bash> <code bash>
-  ./configure --prefix=/usr +./configure --prefix=/usr 
-  make +make 
-  sudo make install+sudo make install
 </code> </code>
  
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 automake1.11 libtool g++ libexpat1-dev libicu-dev +sudo apt-get -y install --no-install-recommends git make automake pkg-config libtool g++ libexpat1-dev libicu-dev 
-  git clone https://github.com/EasyRPG/liblcf.git +git clone https://github.com/EasyRPG/liblcf.git 
-  cd liblcf +cd liblcf 
-  autoreconf -i +autoreconf -i 
-  ./configure --prefix=/usr +./configure --prefix=/usr 
-  make +make 
-  sudo make install+sudo make install 
 +cd ..
 </code> </code>
 ===== Step by step setup for Fedora ===== ===== Step by step setup for Fedora =====
Line 44: 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 gcc-c++ +sudo dnf -y install libtool expat-devel libicu-devel gcc-c++ 
-  git clone https://github.com/EasyRPG/liblcf.git +git clone https://github.com/EasyRPG/liblcf.git 
-  cd liblcf +cd liblcf 
-  autoreconf -i +autoreconf -i 
-  ./configure --prefix=/usr +./configure --prefix=/usr 
-  make +make 
-  sudo make install+sudo make install 
 +cd ..
 </code> </code>
 ===== Installation on Arch Linux ===== ===== Installation on Arch Linux =====
Line 56: Line 58:
 There is an [[https://aur.archlinux.org/packages/liblcf-git/|AUR package]] available, you can use your favourite aur helper or download and use makepkg: There is an [[https://aur.archlinux.org/packages/liblcf-git/|AUR package]] available, you can use your favourite aur helper or download and use makepkg:
 <code bash> <code bash>
-  packer -S liblcf-git+packer -S liblcf-git
 </code> </code>
 ===== Additional help ===== ===== Additional help =====
  
-Contact with us at https://webchat.freenode.net/?channels=easyrpg +Contact with us at https://easyrpg.org/contact
- +
-The current autotools build system maintainer is fdelapena+
development/compiling/liblcf/autotools.1418520371.txt.gz · Last modified: 2014/12/14 01:26 by fdelapena

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki