~patrick-hetu/+junk/evopedia-app

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Patrick Hetu
  • Date: 2013-07-22 02:35:22 UTC
  • Revision ID: patrick.hetu@gmail.com-20130722023522-jrfmj5s6eb3mfdv8
initial test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Evopedia
 
2
 
 
3
Offline Wikipedia Viewer
 
4
 
 
5
For more information, please visit the [website](http://evopedia.info).
 
6
 
 
7
## Compiling
 
8
 
 
9
Evopedia uses Qt and qmake, so simply running these commands on Ubuntu 12.04 (example):
 
10
 
 
11
    # apt-get install -y qt4-qmake libqt4-dev build-essential libghc-bzlib-dev
 
12
    # git clone https://github.com/evopedia/evopedia_qt.git
 
13
    # cd evopedia_qt
 
14
    # qmake
 
15
    # make
 
16
    # make install
 
17
 
 
18
should build Evopedia.
 
19
 
 
20
### Without QtGui
 
21
 
 
22
Evopedia can be compiled without dependency on QtGui, which is needed for some
 
23
platforms. Evopedia then does not start any GUI but can be controlled using
 
24
a web interface. To compile it without QtGui, use `qmake DEFINES+=NO_GUI`.
 
25
 
 
26
### Windows
 
27
 
 
28
For instructions on how to build Evopedia for Windows, please see the following
 
29
two articles.
 
30
 
 
31
 - [https://invalidmagic.wordpress.com/2010/12/25/evopedia-on-windows-with-installer/](https://invalidmagic.wordpress.com/2010/12/25/evopedia-on-windows-with-installer/)
 
32
 - [https://invalidmagic.wordpress.com/2010/10/20/evopedia-is-running-on-windows-xp/](https://invalidmagic.wordpress.com/2010/10/20/evopedia-is-running-on-windows-xp/)