ecrire: Updated README how to build ecrire using cmake. INSTALL file is full of autofoo stuffs.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 69439
This commit is contained in:
Daniel Juyung Seo 2012-03-16 01:34:54 +00:00 committed by Daniel Juyung Seo
parent fc9ae6cc77
commit 996e6a9e92
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -1,3 +1,9 @@
This is intended to be a text editor.
It's currently mostly just a PoC, but I hope it'll grow to be more than that.
HOWTO Build
$ mkdir build
$ cd build
$ cmake ..
$ make && sudo make install