Revision: 9eb3ebf311e3
Branch: default
Author:
h...@simula.no
Date: Fri Sep 19 16:48:09 2014 UTC
Log: Deleted wiki page Installation2 through web user interface.
https://code.google.com/p/doconce/source/detail?r=9eb3ebf311e3&repo=wiki
Deleted:
/Installation2.wiki
=======================================
--- /Installation2.wiki Thu Jul 26 11:06:00 2012 UTC
+++ /dev/null
@@ -1,59 +0,0 @@
-#summary How to install Doconce
-
-= Installing !Doconce =
-== Dependencies ==
-
- * If you make use of preprocessor directives in the Doconce source,
either [
http://code.google.com/p/preprocess preprocess] or
[
http://www.makotemplates.org Mako] must be installed.
-
- * For LaTeX output you also need [
http://code.google.com/p/ptex2tex
ptex2tex] (ptex2tex may need certain style files and pygments, depending on
what type of verbatim format you want to use).
-
- * For reStructuredText output you need [
http://docutils.sourceforge.net/
Docutils].
-
- * For Sphinx output you need [
http://sphinx.pocoo.org Sphinx].
-
- * For translation to pandoc you need [
http://johnmacfarlane.net/pandoc
pandoc].
-
-On Debian based systems you may install these dependencies by running
-
-{{{
-sudo apt-get install preprocess python-mako ptex2tex python-docutils
python-sphinx pandoc
-}}}
-
-Note that the `preprocess` and `ptex2tex` packages are not yet available
in Ubuntu (or older versions of Ubuntu). However, by adding the
[
https://launchpad.net/~scitools/+archive/ppa SciTools PPA], you will get
access to these packages (see below).
-
-== Sources ==
-The latest sources are available under the
[
http://code.google.com/p/doconce/downloads/list Downloads] tab as a
`.tar.gz' file. Unpack the sources into a suitable folder and run the usual
-
-{{{
-python setup.py install
-}}}
-This will install !Doconce into the default location, usually
-`/usr/lib/pythonX.Y/site-packages` on POSIX systems and
-`C:\PythonXY\Lib\site-packages` on Windows systems, where `X` and `Y` is
the
-version of Python running on your system.
-
-Use the `--prefix` option if you want to install !Doconce into a
-different location. However, in this case you also have to update the
-`PATH` and the `PYTHONPATH` environment variables to reflect this
-directory.
-
-== Packages ==
-=== Debian ===
-!Doconce is now available in Debian. To install, simply run (as root)
-{{{
-apt-get install doconce
-}}}
-=== Ubuntu ===
-!Doconce is not available in Ubuntu yet, so adding the
-[
https://launchpad.net/~scitools/+archive/ppa Scitools Personal Package
Archive] (PPA) is currently required. You can do this simply by running the
following command:
-{{{
-sudo add-apt-repository ppa:scitools/ppa
-}}}
-Then make sure you reload the package sources
-{{{
-sudo apt-get update
-}}}
-and finally install the latest !Doconce package:
-{{{
-sudo apt-get install doconce
-}}}