Update readme.md

This commit is contained in:
qPCR4vir 2015-11-24 08:55:32 +01:00
parent 8178f68545
commit da073d2329

View File

@ -4,6 +4,7 @@ X11, pthread, Xpm, rt, dl, freetype2, Xft, fontconfig, ALSA
Writing a makefile for creating applications with Nana C++ Library
-------------------
'''
GCC = g++
NANAPATH = [The folder of Nana C++ Library]
BIN = [The bin file what you want to create.]
@ -28,4 +29,5 @@ $(NANALIB):
clean:
rm -f $(LINKOBJ)
'''
-------------------