> For the complete documentation index, see [llms.txt](https://muradkarakas.gitbook.io/sodium_documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muradkarakas.gitbook.io/sodium_documentation/sodium-development/dev-getting-started/development-environment/compiling-c-projects.md).

# Compiling C Projects

## How to Compile C Projects

*
* Add `C:\Sodium\Sodium-Setup` path to the system `PATH` environment variable.
* Add database libray paths to the system `PATH` environment variable.
* Run Visual Studio 2019 Community Edition as administrator. Then find and open `c:\Sodium\Sodium.sln` solution file.
* Compile and link in `Debug` or `Release` profile with 64Bit CPU architecture.
* If you get `library/dll file not found` error message during linkage, please modify project settings according to database library paths.
