Wednesday, January 19, 2011

Linking with the library: cc -o executable-name prog.c libctest.a cc -o executable-name prog.c -L/path/to/library-directory -lctest

Linking with a library in Qt


  LIBS+=  -L/path/to/library-directory -lnameoflibrary

    No comments:

    Post a Comment