Skip to content

Commit

Permalink
ubuntu install instructions completed!
Browse files Browse the repository at this point in the history
  • Loading branch information
examachine committed Mar 1, 2017
1 parent 79df8eb commit 0de9e35
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,41 @@ $ git clone https://github.com/pars-linux/uludag.git

Installing piksemel:

$ git clone https://github.com/pars-linux/uludag
$ cd uludag/piksemel
$ sudo -H ./setup.py install



Ubuntu instructions:
--------------------

TODO:

Install PISI dependencies
$ sudo apt-get install python bsddb3 coreutils xz gnupg
$ pip install bsddb3 pycurl urlgrabber
$ sudo apt-get install python python-bsddb3 coreutils xz-utils gnupg
$ sudo apt-get install python-pycurl python-urlgrabber

or for the second line

$ pip install pycurl urlgrabber

set up gnupg2 if needed:

$ gpg --gen-key

Install COMAR dependencies

$ sudo port install dbus policykit
$ pip install dbus
$ sudo apt-get install dbus libpolkit-gobject-1-dev python-dbus cmake

Install COMAR

$ git clone https://github.com/pars-linux/comar
$ cd comar
$ cmake .
$ (sudo -H) make DESTDIR=/usr/local/ install
$ cd ..
$ git clone https://github.com/pars-linux/comar-api
$ cd comar-api
$ (sudo -H) ./setup.py install

OS X Instructions:
------------------
Expand Down

0 comments on commit 0de9e35

Please sign in to comment.