1. mkdir build && cd build
2. cmake .. -DCMAKE_BUILD_TYPE=RELEASE && make nu

This will produce libnu.a for static linking.

3. make nunicode

This will produce SQLite3 extenstion. If SQLite3 development
package is not installed, this target is not available.
