diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-19 18:45:49 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-19 18:45:49 +0000 |
commit | 09a528fd59d3ea5f69575a92574f7a87898dc068 (patch) | |
tree | 9e465c49fbbe65f70d4feca3fcfb2ab3a7cf00d4 /INSTALL | |
download | kpicosim-09a528fd59d3ea5f69575a92574f7a87898dc068.tar.gz kpicosim-09a528fd59d3ea5f69575a92574f7a87898dc068.zip |
Added old abandoned (but very good!) KDE3 KPicoSim application
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpicosim@1092928 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,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. + + |