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