Skip to content

Add path for custom libraries

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1869
    dav.dap83
    Member

    Hallo,

    I want to add some custom libraries from an external folder, e.g. in ~/olb-user/src. How should I modify the Makefile files?

    Thank you.
    Best wishes

    Davide

    #2467
    mathias
    Keymaster

    Dear Davide,

    if you just wnat to link you can use
    LDFLAGS :=
    in our Makefile.inc. If you have your own code which also needs to be compiled you can have a look at the Makefile.inc of version 0.8. There we had serveral external includes.

    Best
    Mathias

    #2468
    dav.dap83
    Member

    I I did it by adding an extra ../olb-user/src in the INCLUDEDIRS := within the Makefile.inc file, in analogy with what done for the version 0.8.

    Thank you.
    Davide

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.