From d118402317660fb94b546089926abbedde66490c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 3 Aug 2021 12:00:29 +0200 Subject: -anastasis moved elsewhere --- frags/installing-anastasis-gtk.rst | 31 ------------------------------- frags/installing-anastasis.rst | 30 ------------------------------ 2 files changed, 61 deletions(-) delete mode 100644 frags/installing-anastasis-gtk.rst delete mode 100644 frags/installing-anastasis.rst (limited to 'frags') diff --git a/frags/installing-anastasis-gtk.rst b/frags/installing-anastasis-gtk.rst deleted file mode 100644 index b9d5dc31..00000000 --- a/frags/installing-anastasis-gtk.rst +++ /dev/null @@ -1,31 +0,0 @@ -The following steps assume at least the GNUnet, gnunet-gtk and Anastasis -dependencies are installed. - -First, unpack the anastasis-gtk tarball and change into the resulting -directory. Then, use the following commands to build and install -anastasis-gtk: - -.. code-block:: console - - $ ./configure [--prefix=PFX] \ - [--with-gnunet=GNUNETPFX] \ - [--with-exchange=EXCHANGEPFX] \ - [--with-anastasis=ANASTASISPFX] - $ # Each dependency can be fetched from non standard locations via - $ # the '--with-' option. See './configure --help'. - $ make - # make install - -If you did not specify a prefix, anastasis-gtk will be installed to -``/usr/local``, which requires you to run the last step as ``root``. - -You have to specify ``-with-anastasis=/usr/local``, ``--with-exchange=/usr/local`` and/or -``--with-gnunet=/usr/local`` if you installed the exchange and/or -GNUnet to ``/usr/local`` in the previous steps. - -Depending on the prefixes you specified for the installation and the -distribution you are using, you may have to edit ``/etc/ld.so.conf``, adding -lines for ``GNUNETPFX/lib/`` and ``EXCHANGEPFX/lib/`` and ``PFX/lib/`` -(replace the prefixes with the actual paths you used). Afterwards, you should -run ``ldconfig``. Without this step, it is possible that the linker may not -find the installed libraries and launching anastasis-gtk would then fail. diff --git a/frags/installing-anastasis.rst b/frags/installing-anastasis.rst deleted file mode 100644 index 7978b710..00000000 --- a/frags/installing-anastasis.rst +++ /dev/null @@ -1,30 +0,0 @@ -The following steps assume all dependencies are installed. - -First, unpack the Anastasis tarball and change into -the resulting directory. -Then, use the following commands to build and install Anastasis: - -.. code-block:: console - - $ ./configure [--prefix=PFX] \ - [--with-gnunet=GNUNETPFX] \ - [--with-exchange=EXCHANGEPFX] - $ # Each dependency can be fetched from non standard locations via - $ # the '--with-' option. See './configure --help'. - $ make - # make install - -If you did not specify a prefix, Anastasis will be installed to -``/usr/local``, which requires you to run the last step as ``root``. - -You have to specify ``--with-exchange=/usr/local`` and/or -``--with-gnunet=/usr/local`` if you installed the exchange and/or -GNUnet to ``/usr/local`` in the previous steps. - -Depending on the prefixes you specified for the installation and the -distribution you are using, you may have to edit ``/etc/ld.so.conf``, adding -lines for ``GNUNETPFX/lib/`` and ``EXCHANGEPFX/lib/`` and ``PFX/lib/`` -(replace the prefixes with the actual paths you used). Afterwards, you should -run ``ldconfig``. Without this step, it is possible that the linker may not -find the installed libraries and launching the Anastasis backend would -then fail. -- cgit v1.2.3