⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install.txt

📁 非常好用的可移植的多平台C/C++源代码编辑器
💻 TXT
字号:
To compile under Linux / Unix / Cygwin:
---------------------------------------

Simply type "make". This should create an executable file
called "astyle" (or, under cygwin, "astyle.exe"). Use the
executable as-is, or put it somewhere in your command path.

If you want an executable printing trace information on
standard error and having debug information compiled in,
type "make CXXFLAGS=-g".

To compile under VisualC++:
---------------------------

1. Create a project and import all the .cpp and .h files.
2. In order to have Artistic Style expand wildcards (such as "*.cpp"),
   insert "setargv.obj" to the list of files to link. (Thanks to
   Nat for the info!)
3. Compile as Release version.

If you want an executable printing trace information on
standard error, simply compile as Debug version.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -