[[BR]] == Debian binaries == Binaries for debian are compiled only for '''32-bit x86''' architecure. Add P-HAL repository to your favorite apt-get repository manager, normally: {{{ sudo vi /etc/apt/sources.list }}} and add the line: {{{ deb http://147.83.118.229/debian/ ./ }}} Then update your package list by doing: {{{ sudo apt-get update }}} Finally, you can install typing: {{{ sudo apt-get install phal }}} This 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.