css3-selectors
changeset 73:6a4ba19084b4
Add some information for installing and using the library
| author | Emanuele Aina <em@nerd.ocracy.org> |
|---|---|
| date | Tue Dec 30 22:54:31 2008 +0100 (19 months ago) |
| parents | c5c8b302ec85 |
| children | bee4e207de61 |
| files | INSTALL |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/INSTALL Tue Dec 30 22:54:31 2008 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +The library is still in a very very early state, so you'd better 1.5 +copy the code in your project and use it (following what specified 1.6 +in the COPYING file). 1.7 + 1.8 +However, the library currently uses autotools, so 1.9 +'./autogen.sh && make install' should suffice.
