Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: robertdaleweir on February 21, 2022, 10:42:51 pm

Title: Location of Library Links
Post by: robertdaleweir on February 21, 2022, 10:42:51 pm
Hi
  Where in the menu system of CODE::BLOCKS do I add additional paths to libraries and/or header files, with an example, if possible?  I understand GCC has its path and when I choose that as my default compiler where it has put its stuff, libraries, includes etc.  I am using version 20:03 on several systems currently. 
   Do such paths, if entered, become persistent over restarts?  I don't want to mix some header files, etc in with the standard install.  Thanks ...
Robert

PS: When I registered it asks what is next year?  I answered 2023 and it was rejected.  It requires 2022, which is not next year.
Title: Re: Location of Library Links
Post by: stahta01 on February 22, 2022, 03:14:49 am
https://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (https://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)
Title: Re: Location of Library Links
Post by: robertdaleweir on February 22, 2022, 04:24:00 pm
https://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (https://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)

Thank you ...