<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation Instructions</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>Recent changes to Installation Instructions</description><atom:link href="https://sourceforge.net/p/subtile/wiki/Installation%20Instructions/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 22 Jun 2024 20:56:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/subtile/wiki/Installation%20Instructions/feed" rel="self" type="application/rss+xml"/><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -9,7 +9,7 @@

 *For users of newer Debian:* Debian removes rigorously older libraries from the distro, chances are your installation is missing some SubTile dependencies. If SubTile GUI doesn't launch, try starting it from the terminal and note the error messages. For blank installation of Bookworm you may try running [deb-dependencies.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/deb-dependencies.sh).

-*For Windows on ARM users*: the only native ARM64 SVN distribution I am aware of is [SlikSVN](https://sliksvn.com/download/) but it misses [VC runtime libraries](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) to be functional.
+*For Windows on ARM users*: the only native ARM64 SVN distribution I am aware of is [SlikSVN](https://sliksvn.com/download/) however it misses [VC runtime libraries](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) to be functional.

 ## SubTile 0.3 (Native)
 Download installer package(s) suitable for your OS: DEB/RPM - for Linux, DMG - for OSX or EXE for MS Windows, and install them according to rules of your preferred package manager. In case provided installers don't work for you or simply aren't desired, you could try "portable" binary builds (ZIP, TGZ). All packages are provided for 64 bit systems only, 32 bit architectures are and will not be targeted any longer. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Sat, 22 Jun 2024 20:56:18 -0000</pubDate><guid>https://sourceforge.net4a7d40b21bd26f21a1a7dde385c5604525e51f3c</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -9,5 +9,7 @@

 *For users of newer Debian:* Debian removes rigorously older libraries from the distro, chances are your installation is missing some SubTile dependencies. If SubTile GUI doesn't launch, try starting it from the terminal and note the error messages. For blank installation of Bookworm you may try running [deb-dependencies.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/deb-dependencies.sh).

+*For Windows on ARM users*: the only native ARM64 SVN distribution I am aware of is [SlikSVN](https://sliksvn.com/download/) but it misses [VC runtime libraries](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) to be functional.
+
 ## SubTile 0.3 (Native)
 Download installer package(s) suitable for your OS: DEB/RPM - for Linux, DMG - for OSX or EXE for MS Windows, and install them according to rules of your preferred package manager. In case provided installers don't work for you or simply aren't desired, you could try "portable" binary builds (ZIP, TGZ). All packages are provided for 64 bit systems only, 32 bit architectures are and will not be targeted any longer. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Sat, 22 Jun 2024 20:54:39 -0000</pubDate><guid>https://sourceforge.net55d9766d5d4157b6a9c1264db82e56dc7c3f15c9</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -3,7 +3,7 @@
 ## Subversion (Prerequisite)
 Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LIB_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](/p/subtile/wiki/FAQ/).

-*For OSX users:* if you are installing Subversion with Homebrew, the latter sometimes "forgets" to create a symlink to `libapr` in `/usr/local/lib` leaving Subversion unfunctional, in this case you should create the link manually (use [macos-apr-repair.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/macos-apr-repair.sh) directly or as template).
+*For OSX users:* Apple ships own version of `libapr` incompatible with Subversion, thus Homebrew cannot create proper symlinks to `libapr` in `/usr/local/lib` causing SubTile to crash, in this case you should download and execute [macos-apr-prep.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/macos-apr-prep.sh) and configure LibSVN location in SubTile to point to `/usr/local/opt/subversion`.

 *For Ubuntu users:* some versions of Ubuntu ships broken libsvn, if SubTile crashes on startup in your installation, try installing libsvn-dev - most certainly `apt` will refuse that due to incompatibility of `libldap2`, try resolve version conflict with Aptitude (choosing downgrade of `libldap2`) then.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 11 Jun 2024 15:09:15 -0000</pubDate><guid>https://sourceforge.net7eb1d2865efdac3e7a9a3302cc25cb6745744ff4</guid></item><item><title>Discussion for Installation Instructions page</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/?limit=25#846d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;thanks for fixing, David - it's been committed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Mon, 03 Jun 2024 14:31:49 -0000</pubDate><guid>https://sourceforge.net182e14534f9203f48d94dcd3fb05146385d21042</guid></item><item><title>Discussion for Installation Instructions page</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/?limit=25#fcaf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the file, macos-apr-repair.sh,  referenced above the file tries to create links.  It fails.  Upon inspection the file has arguments to link commands in reverse order.  Fortunately, it does not trash the referenced files.    In its original form it outputs this:&lt;br/&gt;
  ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.0.dylib: File exists&lt;br/&gt;
  ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.a: File exists&lt;br/&gt;
  ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.dylib: File exists&lt;/p&gt;
&lt;p&gt;I have attached a fixed version.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David M. Inman</dc:creator><pubDate>Sun, 02 Jun 2024 22:26:00 -0000</pubDate><guid>https://sourceforge.net5af1374313e5e98a0152189d10b46fbaa09c7fd2</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -3,9 +3,11 @@
 ## Subversion (Prerequisite)
 Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LIB_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](/p/subtile/wiki/FAQ/).

-*For OSX users:* if you are installing Subversion with Homebrew, the latter sometimes "forgets" to create a symlink to `libapr` in `/usr/local/lib` leaving Subversion unfunctional, in this case you should create the link manually.
+*For OSX users:* if you are installing Subversion with Homebrew, the latter sometimes "forgets" to create a symlink to `libapr` in `/usr/local/lib` leaving Subversion unfunctional, in this case you should create the link manually (use [macos-apr-repair.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/macos-apr-repair.sh) directly or as template).

 *For Ubuntu users:* some versions of Ubuntu ships broken libsvn, if SubTile crashes on startup in your installation, try installing libsvn-dev - most certainly `apt` will refuse that due to incompatibility of `libldap2`, try resolve version conflict with Aptitude (choosing downgrade of `libldap2`) then.

+*For users of newer Debian:* Debian removes rigorously older libraries from the distro, chances are your installation is missing some SubTile dependencies. If SubTile GUI doesn't launch, try starting it from the terminal and note the error messages. For blank installation of Bookworm you may try running [deb-dependencies.sh](/p/subtile/code/HEAD/tree/trunk/doc/scripts/deb-dependencies.sh).
+
 ## SubTile 0.3 (Native)
 Download installer package(s) suitable for your OS: DEB/RPM - for Linux, DMG - for OSX or EXE for MS Windows, and install them according to rules of your preferred package manager. In case provided installers don't work for you or simply aren't desired, you could try "portable" binary builds (ZIP, TGZ). All packages are provided for 64 bit systems only, 32 bit architectures are and will not be targeted any longer. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Fri, 10 May 2024 18:57:18 -0000</pubDate><guid>https://sourceforge.net104260a308ee16a89b0ba498b513a3a842d48464</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,11 +1,11 @@
 Installation Instructions for SubTile
 =====================================
-Currently no dedicated installer is provided and although it is planned (at least for Windows), you don't actually need one, as installation steps are simple and easy to follow.
+## Subversion (Prerequisite)
+Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LIB_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](/p/subtile/wiki/FAQ/).

-1. Download and install latest version of XULRunner (or Firefox - s. note below): on UNIX based system just use your favorite package manager (keyword: xulrunner), for Windows there's a most recent version tested with SubTile available [here](/projects/subtile/files/xulrunner/), alternatively you can download it yourself from [Mozilla](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner).
-* Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LIB_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](FAQ).
-* Download latest version of SubTile from [here](/projects/subtile/files/) (`SubTile-*/SubTile-*.zip`), unzip it to a location you like.
+*For OSX users:* if you are installing Subversion with Homebrew, the latter sometimes "forgets" to create a symlink to `libapr` in `/usr/local/lib` leaving Subversion unfunctional, in this case you should create the link manually.

-After you have completed the steps above you can run SubTile with `xulrunner &amp;lt;subtile_path&amp;gt;/application.ini`.
+*For Ubuntu users:* some versions of Ubuntu ships broken libsvn, if SubTile crashes on startup in your installation, try installing libsvn-dev - most certainly `apt` will refuse that due to incompatibility of `libldap2`, try resolve version conflict with Aptitude (choosing downgrade of `libldap2`) then.

-**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Unfortunately Mozilla dropped XULRunner support and with version 60 of Firefox cut out essential XUL functionality from it in favour of "Firefox App Platform". Other XUL based software however still use the Runner and are known to work with SubTile: [Waterfox Classic](https://classic.waterfox.net/), [Pale Moon Browser](https://www.palemoon.org/).
+## SubTile 0.3 (Native)
+Download installer package(s) suitable for your OS: DEB/RPM - for Linux, DMG - for OSX or EXE for MS Windows, and install them according to rules of your preferred package manager. In case provided installers don't work for you or simply aren't desired, you could try "portable" binary builds (ZIP, TGZ). All packages are provided for 64 bit systems only, 32 bit architectures are and will not be targeted any longer. 
&amp;lt;/subtile_path&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Thu, 09 May 2024 16:55:28 -0000</pubDate><guid>https://sourceforge.net8545f7d315cfc0066141f058d7a56c40ac731a44</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,4 +8,4 @@

 After you have completed the steps above you can run SubTile with `xulrunner &amp;lt;subtile_path&amp;gt;/application.ini`.

-**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Unfortunately Mozilla dropped XULRunner support and with version 60 of Firefox cut out essential XUL functionality from it in favour of "Firefox App Platform". Other XUL based software however still use the Runner and are known to work with SubTile: [Waterfox Classic](https://classic.waterfox.net/), [Pale Moon Browser](https://www.palemoon.org/), 
+**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Unfortunately Mozilla dropped XULRunner support and with version 60 of Firefox cut out essential XUL functionality from it in favour of "Firefox App Platform". Other XUL based software however still use the Runner and are known to work with SubTile: [Waterfox Classic](https://classic.waterfox.net/), [Pale Moon Browser](https://www.palemoon.org/).
&amp;lt;/subtile_path&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Sun, 13 Mar 2022 18:02:16 -0000</pubDate><guid>https://sourceforge.net3697a288679bd34c530a660677e1542092246422</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -8,4 +8,4 @@

 After you have completed the steps above you can run SubTile with `xulrunner &amp;lt;subtile_path&amp;gt;/application.ini`.

-**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Tests with current versions of Firefox show that this might actually be the way of choice, so try it out and report your exerience.
+**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Unfortunately Mozilla dropped XULRunner support and with version 60 of Firefox cut out essential XUL functionality from it in favour of "Firefox App Platform". Other XUL based software however still use the Runner and are known to work with SubTile: [Waterfox Classic](https://classic.waterfox.net/), [Pale Moon Browser](https://www.palemoon.org/), 
&amp;lt;/subtile_path&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Sun, 13 Mar 2022 18:01:40 -0000</pubDate><guid>https://sourceforge.netb39fc1adcfd5c36c8d8b3f6547ebb85c730486d7</guid></item><item><title>Installation Instructions modified by Dmitri Zoubkov</title><link>https://sourceforge.net/p/subtile/wiki/Installation%2520Instructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -2,8 +2,10 @@
 =====================================
 Currently no dedicated installer is provided and although it is planned (at least for Windows), you don't actually need one, as installation steps are simple and easy to follow.

-1. Download and install latest version of XULRunner: on UNIX based system just use your favorite package manager (keyword: xulrunner), for Windows there's a most recent version tested with SubTile available [here](/projects/subtile/files/xulrunner/), alternatively you can download it yourself from [Mozilla](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner).
-* Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LD_LIBRARY_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](FAQ).
+1. Download and install latest version of XULRunner (or Firefox - s. note below): on UNIX based system just use your favorite package manager (keyword: xulrunner), for Windows there's a most recent version tested with SubTile available [here](/projects/subtile/files/xulrunner/), alternatively you can download it yourself from [Mozilla](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner).
+* Download and install Subversion (client part would suffice). Again on UNIX just use your packet installer (keyword: subversion), on Windows - or on any other platform - download it from [Apache](https://subversion.apache.org/packages.html). Please, ensure the location of SVN libraries is on your PATH or LIB_PATH, most Subversion installations would setup it correctly but sometimes it needs helping hand - for more details see [FAQ](FAQ).
 * Download latest version of SubTile from [here](/projects/subtile/files/) (`SubTile-*/SubTile-*.zip`), unzip it to a location you like.

-After you have completed the steps above you can run SubTile with `xulrunner &amp;lt;SUBTILE_PATH&amp;gt;/application.ini`. **Note**: despite Mozilla's statement: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini", it will most likely not work as expected - Firefox branch ran just too far away from classic XUL implementation.
+After you have completed the steps above you can run SubTile with `xulrunner &amp;lt;SUBTILE_PATH&amp;gt;/application.ini`.
+
+**Note**: MDN states: "Firefox can run any compatible XULRunner application using the -app switch: firefox -app application.ini". Tests with current versions of Firefox show that this might actually be the way of choice, so try it out and report your exerience.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dmitri Zoubkov</dc:creator><pubDate>Tue, 03 May 2016 21:18:07 -0000</pubDate><guid>https://sourceforge.net4194835d3815589b09daab15164d5cbd7bd91fbf</guid></item></channel></rss>