en:arch_linux
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:arch_linux [2010/09/05 23:24] – external edit 127.0.0.1 | en:arch_linux [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | #summary|Psi+ on ArchLinux | + | ====== |
| - | #labels Phase-Deploy, | + | |
| - | = Introduction = | ||
| - | You can install the Psi+ package using *' | ||
| - | == Using pacman == | + | |
| - | | + | ===== Introduction ===== |
| - | | + | |
| + | You can install the Psi+ package using **pacman**, **yaourt** or build the package from sources. | ||
| + | |||
| + | |||
| + | |||
| + | ===== Using pacman | ||
| + | |||
| + | | ||
| + | |||
| + | | ||
| < | < | ||
| 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**: | ||
| < | < | ||
| yaourt -S psi-plus-svn | yaourt -S psi-plus-svn | ||
| </ | </ | ||
| - | == Building from sources == | ||
| - | For this method you need a _PKGBUILD_ file to build the package from source and the *' | ||
| - | # Download *PKGBUILD* file from [[http://psi-dev.googlecode.com/svn/trunk/ | + | ===== Building from sources ===== |
| - | | + | |
| + | For this method you need a **PKGBUILD** file to build the package from source and the **makepkg** utility. | ||
| + | |||
| + | * Download | ||
| + | | ||
| 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: | ||
| + | |||
| < | < | ||
| cd ~ # change the current dir to $HOME | cd ~ # change the current dir to $HOME | ||
| Line 39: | Line 52: | ||
| </ | </ | ||
| - | 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 / | ||
| + | |||
| + | After building you can install your package using **pacman -U package_file.pkg.tar.gz** command **as root**. | ||
| + | |||
| + | __**NOTE**__: | ||
| - | Then your package file will be created in current directory (or in directory specified with PKGDEST variable in your / | ||
| - | After building you can install your package using *' | ||
| - | *NOTE:* to save traffic don't delete the directory (~/ | ||
en/arch_linux.1283729066.txt.gz · Last modified: 2010/10/17 15:36 (external edit)
