Formatting in Debugging CubicSDR section

Vincent Sonnier 2018-05-19 15:53:08 +02:00
parent d124d4c702
commit 88c973e6e3

@ -204,4 +204,4 @@ In Visual Studio, select the `RelWithDebInfo` configuration. Then go to CubicSDR
* Optimization: Disabled (/Od)
* Inline Function Expansion: Disabled (/Ob0)
This particular binary is generated in C:\MSVCDev\CubicSDR_win64\x64\RelWithDbInfo\, so take care of copying all the Cubic resources (`modules`, `fonts` and additional libraries) in this directory so it can execute properly.
This particular binary is generated in `C:\MSVCDev\CubicSDR_win64\x64\RelWithDbInfo`, so take care of copying all the Cubic resources (`modules`, `fonts` and additional libraries) in this directory so it can execute properly.