2021-06-17 22:08:05 +08:00
|
|
|
# Xe-Release
|
2022-05-24 11:52:51 +08:00
|
|
|
|
2021-06-17 22:36:10 +08:00
|
|
|
#### Xe-Release--a tool to generate version
|
|
|
|
|
|
|
|
##### I'm always on the way to find a breakthrough
|
|
|
|
|
2022-05-24 11:52:51 +08:00
|
|
|
How to compile: You can use Cmake or meson build system to compile it, but before the cmake command, the submodule should be initalized.
|
|
|
|
|
|
|
|
build with cmake:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
mkdir build
|
|
|
|
cd build
|
|
|
|
cmake ..
|
|
|
|
make (or ninja, depends on the Generater of cmake)
|
|
|
|
```
|
|
|
|
|
|
|
|
build with meson:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
meson build
|
|
|
|
cd build
|
|
|
|
ninja
|
|
|
|
```
|
|
|
|
|
|
|
|
~~Notice : The build system switched to cmake,use cmake to build binaries for any platform~~
|
2021-06-17 22:36:10 +08:00
|
|
|
|
|
|
|
~~this repository contain files for win64 and linux on amd64 and arm64~~
|
|
|
|
|
|
|
|
(The binaries have moved to release page)
|
|
|
|
|
2021-06-24 20:47:28 +08:00
|
|
|
Current version is xe-release 11(Gtk3 and Gtk4 Version);XeRelease 12(Gtkmm3 Version)
|
|
|
|
|
|
|
|
Notice:The Gtk4 version only supports linux
|
2021-06-17 22:36:10 +08:00
|
|
|
|
|
|
|
Current releases:
|
|
|
|
|
|
|
|
~~Longterm(5.x):2019-01-11 to now~~
|
|
|
|
|
|
|
|
Stable : Before 2021-02-07 : The start time is 2017-06-17
|
|
|
|
|
|
|
|
After 2021 : The date is changed to 2017-05-18
|
|
|
|
|
|
|
|
Development : 2017-05-18 to now
|