ebook-viewer icon indicating copy to clipboard operation
ebook-viewer copied to clipboard

Can someone help me with installation?

Open frank572 opened this issue 8 years ago • 2 comments

Beginner Python programmer, don't have the skills/knowledge to follow the install instructions. Any help much appreciated. Specifically:

Installing Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3) Questions: Where do I find these? How do I install them in my system (e.g. with pip? other method?)

Download or clone this repository then run in project directory: sudo make install

Questions: How do I "download this repository" from github? What is meant by "in project directory"? How do I get to the project directory to run sudo make install?

Thanks again for any advice.

frank572 avatar Mar 07 '18 08:03 frank572

Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3) Those are native dependencies, you have to install those with your system package manager ( APT, DNF etc. depending on your system )

How do I "download this repository" from github? You can "download" ( it's called cloning in the git world ) a repository with git clone <url-to-repo> I'd strongly recommend you to read up on git ( maybe with the Udacity class ), it's pretty essential to know it if you want to contribute to FOSS

What is meant by "in project directory"? The project directory is the directory you cloned the repository to

Cogitri avatar Mar 07 '18 08:03 Cogitri

Many thanks!

From: Rasmus Thomsen [mailto:[email protected]] Sent: Wednesday, March 07, 2018 2:43 AM To: michaldaniel/Ebook-Viewer [email protected] Cc: frank572 [email protected]; Author [email protected] Subject: Re: [michaldaniel/Ebook-Viewer] Can someone help me with installation? (#45)

Requires: gir1.2-webkit-3.0, libwebkitgtk-3.0-0, gir1.2-gtk-3.0, python3-gi (PyGObject for Python 3) Those are native dependencies, you have to install those with your system package manager ( APT, DNF etc. depending on your system )

How do I "download this repository" from github? You can "download" ( it's called cloning in the git world ) a repository with git clone I'd strongly recommend you to read up on git ( maybe with the Udacity class ), it's pretty essential to know it if you want to contribute to FOSS

What is meant by "in project directory"? The project directory is the directory you cloned the repository to

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/michaldaniel/Ebook-Viewer/issues/45#issuecomment-371065218 , or mute the thread https://github.com/notifications/unsubscribe-auth/Ajar-9Oi7bHXlrb74LePxdNB3xJ0F8zPks5tb52HgaJpZM4SgBrf .

frank572 avatar Mar 07 '18 09:03 frank572