From f6ff1f7809456732cc6aa2f33a5d2095f04fcb29 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 7 Aug 2015 12:40:55 +0200 Subject: Update Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index a917bee..aa7e41e 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ This project is an attempt to fix the Linux variant of Clean's ObjectIO library. In the initial commit the source code from the [Clean 2.4 sources][clean_download] has been copied. All other commits were authored by [Camil Staps][camilstaps]. +This is not a standalone project. This repository only contains the OS specific files. In addition to that, you will need the general library as well. This can be downloaded from the [Clean download site][clean_download]. + ## Legal The ObjectIO library is subject to the [Clean License Conditions][clean_license], which means it is available under the LGPL and a commercial license. -- cgit v1.2.3 From a7d2a11f6bc7fef963bcf68a237902b24c3ef936 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 8 Aug 2015 19:40:00 +0200 Subject: Update Readme.md --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index aa7e41e..bfb6311 100644 --- a/Readme.md +++ b/Readme.md @@ -15,11 +15,12 @@ This project however is licensed under the GPL 3.0 license. For more information ## To do * This project is still in early development. Some simple programs (like "Hello World") are already working. However, many things are not working yet and many things still remain untested. +* The [wiki][wiki] contains a list of example programs and their status. It also has an overview of Controls and ControlAttributes and whether they are supported or not. * In a future version, it would be preferable to switch to GTK+ 3. ## Invitation -You are invited to help fixing this library by forking this repository. If you make significant progress, please create a pull request. +You are invited to help fixing this library by forking this repository. If you make significant progress, please create a pull request. If you want to have an idea what can be done, see the [wiki][wiki] to find something which isn't supported yet. If you would like some help to get started with this library's development, please drop me an email at info@camilstaps.nl and we can have a look together. @@ -33,3 +34,4 @@ If you would like some help to get started with this library's development, plea [camilstaps]: http://www.camilstaps.nl +[wiki]: https://github.com/camilstaps/ObjectIO/wiki -- cgit v1.2.3