pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
178 stars 35 forks source link

Compile on Ubuntu 14.04 #70

Closed sysads closed 10 years ago

sysads commented 10 years ago

Hi

Anyone with a simple step by step instruction on how to compile Pragha on Ubuntu 14.04 or is there an updated PPA. I tried this but getting "The required package sqlite3 was not found on your system" even after installing it:

sudo add-apt-repository ppa:gstreamer-developers/ppa sudo apt-get update sudo apt-get install gstreamer1.0 sudo apt-get install intltool sqlite3 wget https://github.com/matiasdelellis/pragha/releases/download/v1.3.1/pragha-1.3.1.tar.bz2 tar -xvf pragha-1.3.1.tar.bz2 cd pragha-1.3.1/ ./configure

Thanks

sysads commented 10 years ago

anyone able to help?

ghost commented 10 years ago

In Ubuntu files required for compilation are packaged separately, so you need to install packages with 'dev' suffix

sysads commented 10 years ago

so how do you now install

gstreamer-1.0 >= 1.0, gstreamer-base-1.0 >= 1.0.

Keep getting 'The required package sqlite3 was not found on your system' even though i have installed it using

sudo apt-get install sqlite3

sysads commented 10 years ago

ah Ok got the sql issue working with libsqlite3-dev

sysads commented 10 years ago

OK finally just got it working - phew....