Update readme.md
This commit is contained in:
parent
8178f68545
commit
da073d2329
@ -4,6 +4,7 @@ X11, pthread, Xpm, rt, dl, freetype2, Xft, fontconfig, ALSA
|
|||||||
|
|
||||||
Writing a makefile for creating applications with Nana C++ Library
|
Writing a makefile for creating applications with Nana C++ Library
|
||||||
-------------------
|
-------------------
|
||||||
|
'''
|
||||||
GCC = g++
|
GCC = g++
|
||||||
NANAPATH = [The folder of Nana C++ Library]
|
NANAPATH = [The folder of Nana C++ Library]
|
||||||
BIN = [The bin file what you want to create.]
|
BIN = [The bin file what you want to create.]
|
||||||
@ -28,4 +29,5 @@ $(NANALIB):
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(LINKOBJ)
|
rm -f $(LINKOBJ)
|
||||||
|
'''
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user