Changes between Version 1 and Version 2 of DebianBinaries

Show
Ignore:
Timestamp:
12/04/08 11:08:05 (16 years ago)
Author:
antoni (IP: 147.83.118.230)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianBinaries

    v1 v2  
    1 hola 
     1[[BR]] 
     2== Debian binaries == 
     3 
     4Binaries for debian are compiled only for '''32-bit x86''' architecure. 
     5 
     6Add P-HAL repository to your favorite apt-get repository manager, normally: 
     7{{{ 
     8sudo vi /etc/apt/sources.list 
     9}}} 
     10 
     11and add the line: 
     12{{{ 
     13deb http://147.83.118.229/debian/ ./ 
     14}}} 
     15 
     16Then update your package list by doing: 
     17{{{ 
     18sudo apt-get update 
     19}}} 
     20 
     21Finally, you can install typing: 
     22{{{ 
     23sudo apt-get install phal 
     24}}} 
     25 
     26This will download and install P-HAL binaries, libraries and developement files in your machine. The same command will keep your program updated in the future. You can also configure your packet manager to perform this operation automatically.