Update readme.md

This commit is contained in:
qPCR4vir 2015-11-24 08:57:00 +01:00
parent da073d2329
commit 8ff252dbf3

View File

@ -4,7 +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.]
@ -29,5 +29,5 @@ $(NANALIB):
clean: clean:
rm -f $(LINKOBJ) rm -f $(LINKOBJ)
''' ```
------------------- -------------------