[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

compiled SVN on QNX6.2

From: Zu Kim <zuwhan_at_berkeley.edu>
Date: Fri, 28 Mar 2008 07:49:09 -0700

Hi all,

I compiled SVN on QNX6.2 (a popular free realtime O/S).
The compilation was not that straightforward, so I share it to this list
that other people who needs it can find it.

QNX installation instruction:
1. From QNX repository, install apache, apache-devel, GNU gettext
development, GNU libiconv & GNU libiconv-devel
2. Download apr from http://apr.apache.org/, configure, make & make install
3. Download apr-util from http://apr.apache.org/, configure
--with-apr=/usr/local/apr, make & make install
4. Donwload svn from http://subversion.tigris.org/, configure
--with-apr=/usr/local/apr --with-apr-util=/usr/local/apr, make & make
install

I used svn version 1.4.6 and apr/apr-util version 1.2.12. Maybe someone
can link this article on the project_packages page?

 - Zu

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-28 16:02:38 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.