Menu

Installation Instructions

Dmitri Zoubkov

Installation Instructions for SubTile

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. 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.

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 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.

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.

For Windows on ARM users: the only native ARM64 SVN distribution I am aware of is SlikSVN however it misses VC runtime libraries 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.


Related

Wiki: SubTile

Discussion

  • David M. Inman

    David M. Inman - 2024-06-02

    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:
    ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.0.dylib: File exists
    ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.a: File exists
    ln: /usr/local/Cellar/apr/1.7.4/lib/libapr-1.dylib: File exists

    I have attached a fixed version.

     
  • Dmitri Zoubkov

    Dmitri Zoubkov - 2024-06-03

    thanks for fixing, David - it's been committed

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.