Author: dsahlberg
Date: Sat Jul 27 19:36:15 2024
New Revision: 1919555
URL: http://svn.apache.org/viewvc?rev=1919555&view=rev
Log:
On the cmake branch
Update BRANCH-README TODO list
* BRANCH-README
(TODO): Note that compilation succeeds on MacOS[1] and FreeBSD[2]
INSTALL was updated in r1919293
[1] https://lists.apache.org/thread/478f5r0qgswsjfwfhd2t0rj9p3blf48g
[2] https://lists.apache.org/thread/7lm2zwx95s7fmlp3cyhx7nwwd3dp068q
Modified:
subversion/branches/cmake/BRANCH-README
Modified: subversion/branches/cmake/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/cmake/BRANCH-README?rev=1919555&r1=1919554&r2=1919555&view=diff
==============================================================================
--- subversion/branches/cmake/BRANCH-README (original)
+++ subversion/branches/cmake/BRANCH-README Sat Jul 27 19:36:15 2024
@@ -36,6 +36,11 @@ $ cmake --build out
- [ ] Different options and configuration
- [ ] Cross platform support
- [~] Support compilation for Linux
+ - [~] Support compilation for MacOS
+ - [~] Support compilation for FreeBSD
+ - [ ] Support compilation for NetBSD
+ - [ ] Support compilation for OpenBSD
+ - [ ] Support compilation for other Unix (?)
- [ ] Support optional libraries
- [x] Serf
- [ ] HTTPD
@@ -43,7 +48,7 @@ $ cmake --build out
- [ ] Swig
- [ ] JavaHL
- [ ] Documentation
- - [ ] INSTALL
+ - [x] INSTALL
- [ ] Website page (?)
References