Skip to content

Latest commit

 

History

History
 
 

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Sample Project

g++ -I.. -c sample.cpp
g++ -L.. -o sample sample.o -lftp++

MacOs

DYLD_LIBRARY_PATH=.. ./sample

Linux

LD_LIBRARY_PATH=.. ./sample