From 01a52081bbb159ee64a00d244794946f95ff4cd3 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Sat, 15 Mar 2014 16:14:47 +1100 Subject: [PATCH] Some updates. --- readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1c266b3..332a552 100755 --- a/readme.md +++ b/readme.md @@ -48,10 +48,11 @@ These bindings work for both the UNIX terminal and the Windows console: ## Supported platforms -Currently ported to OS X, Linux and Windows. Support for Solaris and FreeBSD is a work in progress. Tested on: +Currently ported to OS X, Linux, FreeBSD and Windows. Support for Solaris is a work in progress. Tested on: * OS X 10.9.1 (x86_64), 10.6.7 (i386) * Ubunutu 13.10 (amd64), 12.10 (amd64), 8.04.4 (i386, amd64) +* FreeBSD 8.3 (amd64, i386), 10.0 (amd64, i386) * Windows 8.1 (x64), 7 (x64), XP (x86, x64) ## Using @@ -133,7 +134,7 @@ You should avoid using this release, and use 0.7 or later instead. ## Building -You will need to use the Gradle wrapper. Just run `gradlew` in the root directory. +You will need to use the Gradle wrapper. Just run `gradlew` in the root of the source repo. ### Ubuntu @@ -202,9 +203,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. * Solaris: fix unicode file name handling. * Solaris: fail for unsupported architecture. * Solaris: build 32 bit and 64 bit libraries. -* Freebsd: finish port. -* Freebsd: fail for unsupported architecture. -* Freebsd: build 32 bit and 64 bit libraries. ### Improvements