Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbowes committed Oct 10, 2017
1 parent ea97c2c commit 1367b11
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
11 changes: 6 additions & 5 deletions doc/english/BUILDING
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ PCFLAGS_EXTRA
Extra options to send to the compiler.
R3R_UI
The user interface to use. Look in the ./src/ui directory for
available user interfaces. The default varies, depending on
multiple factors.
available user interfaces.
Default: tui

The configure script:
The project includes a home-grown configure script, which:
Expand Down Expand Up @@ -136,8 +136,8 @@ USE_LIBEDIT
when a screen library is used (as is in the TUI).
Default: 0
USE_LIBICONV
Enable the use of GNU libiconv <http://gnu.org/software/libiconv>
instead of the built-in iconv. Only valid when USE_ICONV is also
Enable the use of GNU libiconv <http://gnu.org/software/libiconv> instead of
the operating system's native iconv. Only valid when USE_ICONV is also
defined.
Default: 0 for Unix platforms; 1 for non-Unix platforms
USE_LIBIDN2
Expand All @@ -149,12 +149,13 @@ USE_NLS
Default: 1
USE_READLINE
Use GNU readline to keep a history of visited URLs.
This is only valid when R3R_UI=tui.
Default: 1
USE_SSL
Allow secure HTTP connections via SSL.
Note: It only works with the Synapse and libcurl sockets backend
(see the DEFS_SOCKETS variable above).
Default: 0
Default: 1

Out-of-source builds:
The configure script will do that for you. If you're not using the
Expand Down
16 changes: 4 additions & 12 deletions doc/english/INSTALLING
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
For information on installing from source, get
r3r-<version>.tar.xz and then read the file BUILDING.
The old Sourceforge download page is at http://sourceforge.net/project/showfiles.php?group_id=90897>.
Look in the folder for the version and your operating system (or the source code if that's what you want).
The Windows installer is made with Inno Setup <http://www.jrsoftware.org/> (the Inno Setup license requires giving credit).

For installing on x86 Linux, run r3r-<version>.x86.package.
See <http://www.autopackage.org/howtoinstall.html> if you need help
installing it.

For installing on Windows, run r3r-<version>-setup.exe (created with
Inno Setup <http://jrsoftware.org>; sure, you don't need to know
that, but I'm just giving the developer of the program some credit).

These files can be found at
<http://sourceforge.net/project/showfiles.php?group_id=90897>.
New versions are only available in source form on Github.
4 changes: 2 additions & 2 deletions doc/esperanto/INSTALI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pli malnovaj plenumeblaj versioj estas haveblaj ĉe
Pli malnovaj plenumeblaj eldonoj estas haveblaj ĉe
<http://sourceforge.net/project/showfiles.php?group_id=90897>

Por pli novaj vidi la dosieron MUNTI.
Por pli novaj vidu la dosieron MUNTI.
4 changes: 2 additions & 2 deletions doc/esperanto/MUNTI
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Por munti en unikseca operaciumo, estas facile:
5b. Por instali en la hejman dosierujon:
gmake install PREFIX=$HOME

Por the grafika fasado:
Por la grafika fasado:
1a. Instali la bibliotekon wxWidgets (ekz-e en Mandrivo/Magejo: sudo urpmi lib[64]wxgtku2.8-devel)
1b. Se ne disponebla en via operaciumo:
cd ..
Expand All @@ -38,4 +38,4 @@ Por the grafika fasado:
gmake R3R_UI=wx
[sudo -E] gmake install R3R_UI=wx [PREFIX=$HOME]

En Vindozo la procedo estas simila sed pli malsimpla, ĉar Vindozo ne havas tian medion. Vi devas tial instali uniksecan tavalon ekz-e http://cygwin.com/ aŭ http://mingw.org/wiki/msys.
En Vindozo la procedo estas simila sed pli malsimpla, ĉar Vindozo ne havas tian medion. Vi devas tial instali uniksecan tavolon ekz-e http://cygwin.com/ aŭ http://mingw.org/wiki/msys.

0 comments on commit 1367b11

Please sign in to comment.