|
Zim - A Desktop WikiInstall
NOTE: To test zim it is not needed to install zim at all. You should be able to run it directly from the source directory by calling `
First you should verify you have the dependencies zim needs. You will at least need the following:
To verify zim is working properly on your system you can call the test suite using `
Zim can be installed from source using: ./setup.py install
Most plugins have additional requirements. These are listed in the plugin Ubuntu
On Ubuntu or other debian derived systems, the following packages should be installed:
Windows
To install gtk, python and python-gtk on Windows see the instructions at http://www.pygtk.org . If you use python 2.5 you will also need to install the python simplejson module. This can be obtained from http://pypi.python.org. The python-xdg module is not usefull on Windows, so you can skip it.
Once the dependencies are fulfilled you can run zim directly from the source directory. Mac OS X
You can run zim on mac if you have the proper dependencies installed.
Install Paths
If you install in a non-default location you may need to set the PYTHONPATH environment variable in order for zim to find it's python modules. For example, if you installed the modules below "/home/user/lib/zim" you need to set:
PYTHONPATH=/home/user/lib
Also zim uses the XDG paths to locate data and config files. If you get an error that zim can not find it's data files For example, if you installed the zim data files to "/home/user/share/zim"
XDG_DATA_DIRS=/home/user/share:/usr/local/share:/usr/share |
|
|
This website was written in Zim ! |
||