1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00
This commit is contained in:
huangshiyi 2022-07-23 22:02:55 +08:00
parent 5761f94303
commit 58de835498

View File

@ -20,7 +20,7 @@ and
## Compiling
To compile test applications with these classes, run `./autogen.sh && ./configure` followed by
To compile test applications with these classes, run `sudo ./autogen.sh && ./configure`(in version 2.4, just need to run`sudo ./autogen.sh`) followed by
`make` on unixoid platforms like Linux or MacOSX.
To install these header files on your system, run `make install`.