Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Where do I find LIB environment variable?

    General and Desktop
    3
    3
    1149
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Ptolemy last edited by

      I'm following the instructions for installing KD SOAP. In step 4 the instructions says:

      bq. Add the path to KD SOAP lib into your LIB environment variable and the path
      to KD SOAP bin into your PATH environment variable.

      So where do I find the LIB environment variable?

      I couldn't find it in the list of envorinment variables, like i did with the PATH variable.

      When setting the PATH environment variable i did it here:
      @Computer (right click)->Properties->Advanced system settings->Advanced->Environment variables.@

      So I figure that also the LIB environment variable was here. So where can i find it?

      1 Reply Last reply Reply Quote 0
      • C
        ChrisW67 last edited by

        You create it (although I am not sure what uses it)

        1 Reply Last reply Reply Quote 0
        • D
          dbzhang800 last edited by

          Yes, you can create it if it doesn't exist. or simply run

          @
          set PATH=thebinpath;%PATH%
          set LIB=thelibpath;%LIB%
          @

          in your working CMD window.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post