-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL
32 lines (27 loc) · 932 Bytes
/
INSTALL
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
If you whant use autotools, remove CMakeLists.txt and copy files from autotools directory.
DEBIAN:
################################################
$ cd ~/
$ git clone https://github.com/Cactus64k/simple-fb2-reader.git
# apt-get install debhelper libxml2-dev libgtk-3-dev libzip-dev pkg-config gettext libsqlite3-dev cmake
$ cd simple-fb2-reader
$ dpkg-buildpackage -uc -us
$ cd ..
# dpkg -i simple-fb2-reader_*.deb
ARCHLINUX
################################################
https://aur.archlinux.org/packages/simple-fb2-reader
SLACKWARE
################################################
Use ./slackbuild
FEDORA
################################################
https://copr.fedoraproject.org/coprs/dexpl/simple-fb2-reader/
ANOTHER SYSTEMS:
################################################
$ cd ~/
$ git clone https://github.com/Cactus64k/simple-fb2-reader.git
$ cd simple-fb2-reader
$ cmake CMakeLists.txt
$ make
$ make install