Skip to content

Commit d82bfde

Browse files
committed
drop autotools buildsystem
1 parent 5a9b2ba commit d82bfde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2
-1243
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* CMakeLists.txt: Migrate build system to CMake.
44
* Bump version string to 1.6.4.0.
5+
* Remove old automake/autotools build system.
56

67
2022-12-08 Boyuan Yang <073plan@gmail.com>
78

Makefile.am

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,10 @@ information in each file for its exact license.
5353

5454
构建依赖包括:
5555

56-
* autotools (autoconf, automake) 或 cmake 其一
56+
* cmake 3.12+
5757
* python3
5858
* opencc 1.x
5959

60-
### “编译”安装(Autotools)
61-
62-
```bash
63-
autoreconf --install --force
64-
./configure
65-
make
66-
make install # 需要超级用户权限
67-
```
68-
6960
### “编译”安装(CMake)
7061

7162
```bash

configure.ac

Lines changed: 0 additions & 109 deletions
This file was deleted.

src/Makefile.am

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/man1/Makefile.am

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)