build instructions.txt
来自「非常好用的可移植的多平台C/C++源代码编辑器」· 文本 代码 · 共 10 行
TXT
10 行
Just open "cbprofiler.workspace". Then youll find a project inside. I havent had the chance to test this
under Linux (i.e my slack' box is broken), so I dont know if the provided workspace/project are valid under
it. In case they are not, then it might suffice with creating a "dummy" plugin project with the plugin
wizard and then adding manually all the *.cpp and *.h.
In any case, you should check the project build properties, and change the include/lib paths according
to your WxWidgets and C::B SDK/Full Sources paths.
The sources have been compiled with wxWidgets 2.4. Some little changes are needed to compile it with wxWidgets 2.6 (at least, uncomment the "#include <wx/arrstr.h>" lines).
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?