blob: a3149f5cf01c29781dbef2c31fda5b6c994a0eec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Building kpicosim from source:
====================
Extract the sources and change directory
$ tar zxvf kpicosim-0.6.tar.gz
$ cd kpicosim-0.6
Then run configure
$ ./configure
After that, compile the source:
$ make
And as last install the program (make sure you are root)
# make install
Now the program kpicosim is installed on your system. Just run
$ kpicosim
Building under Debian:
======================
Extract the sources and change into the new directory
$ tar xvzf kpicosim-0.6.tar.gz
$ cd kpicosim-0.6
Build the package:
$ dpkg-buildpackage -rfakeroot -us -b
Run 'dpkg -i ../kpicosim*.deb' as root.
|