User Tools

Site Tools


en:arch_linux

Differences

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

Link to this comparison view

Next revision
Previous revision
en:arch_linux [2010/09/05 23:24] – external edit 127.0.0.1en:arch_linux [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-#summary|Psi+ on ArchLinux (en) +====== Psi+ on ArchLinux ======
-#labels Phase-Deploy,ArchLinux+
  
-= Introduction = 
  
-You can install the Psi+ package using *'pacman'*, *'yaourt'* or build the package from sources. 
  
-== Using pacman == + 
-  Download latest *pkg.tar.gz* package file for `ArchLinuxfrom the [[http://code.google.com/p/psi-dev/downloads/list?q=ArchLinux|Psi+ Download page]]. +===== Introduction ===== 
-  Install the package *as root*:+ 
 +You can install the Psi+ package using **pacman**, **yaourt** or build the package from sources. 
 + 
 + 
 + 
 +===== Using pacman ===== 
 + 
 +  Download latest **pkg.tar.gz** package file for ArchLinux from the [[http://code.google.com/p/psi-dev/downloads/list?q=ArchLinux|Psi+ Download page]]. 
 + 
 +  Install the package **as root**: 
 <code> <code>
 pacman -U your_package_file pacman -U your_package_file
Line 15: Line 22:
 You have also to install all dependencies that are required by the Psi+ package. You have also to install all dependencies that are required by the Psi+ package.
  
-== Using yaourt (installing from AUR)== 
  
-You may install Psi+ from AUR *as root*:+ 
 +===== Using yaourt (installing from AUR) ===== 
 + 
 +You may install Psi+ from AUR **as root**: 
 <code> <code>
 yaourt -S psi-plus-svn yaourt -S psi-plus-svn
 </code> </code>
  
-== Building from sources == 
  
-For this method you need a _PKGBUILD_ file to build the package from source and the *'makepkg'* utility. 
  
-  # Download *PKGBUILD* file from [[http://psi-dev.googlecode.com/svn/trunk/scripts/posix/PKGBUILD|here]]. +===== Building from sources ===== 
-  Use *'makepkg'* to build the package.+ 
 +For this method you need a **PKGBUILD** file to build the package from source and the **makepkg** utility. 
 + 
 +  * Download **PKGBUILD** file from [[http://aur.archlinux.org/packages/psi-plus/PKGBUILD|here]]. 
 +  Use **makepkg** to build the package.
  
 Create a directory for building Psi+. The build session may look like this: Create a directory for building Psi+. The build session may look like this:
 +
 <code> <code>
 cd ~                   # change the current dir to $HOME cd ~                   # change the current dir to $HOME
Line 39: Line 52:
 </code> </code>
  
-You can run *'makepkg'* without any parameters.+You can run **makepkg** without any parameters
 + 
 +Then your package file will be created in current directory (or in directory specified with PKGDEST variable in your /etc/makepkg.conf file). You also have to install all dependences manually with the **pacman** utility. 
 + 
 +After building you can install your package using **pacman -U package_file.pkg.tar.gz** command **as root**. 
 + 
 +__**NOTE**__: to save traffic don't delete the directory (~/psi-plus) and its content, next time you will run the **makepkg** utility it will download 'only a minimal' amount of data from the svn and git Psi+ source servers.
  
-Then your package file will be created in current directory (or in directory specified with PKGDEST variable in your /etc/makepkg.conf file). You also have to install all dependences manually with the *'pacman'* utility. 
  
-After building you can install your package using *'pacman -U package_file.pkg.tar.gz'* command _*as root*_. 
  
-*NOTE:* to save traffic don't delete the directory (~/psi-plus) and its content, next time you will run the 'makepkg' utility it will download *only a minimal* amount of data from the svn and git Psi+ source servers. 
  
  
  
en/arch_linux.1283729066.txt.gz · Last modified: 2010/10/17 15:36 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki