Xe-Release
Go to file
daleclack 07d773224e disable xe 5.x builds 2023-04-09 22:33:01 +08:00
GCR_CMake@6ea69eca68 Re-enable CMake build support 2022-05-24 11:47:03 +08:00
XeRelease_Gtkmm4 disable xe 5.x builds 2023-04-09 22:33:01 +08:00
cfgfile2 Change Config files to a file 2021-09-20 10:46:08 +08:00
json_nlohmann Add json file support 2022-07-24 18:23:10 +08:00
.gitignore Add meson support 2021-07-09 20:36:07 +08:00
.gitmodules Re-enable CMake build support 2022-05-24 11:47:03 +08:00
LICENSE Initial commit 2021-06-17 22:08:05 +08:00
README.md Update README 2022-05-24 11:52:51 +08:00
README.release_gtkmm Rename README 2021-06-22 13:46:52 +08:00
fly.xpm Add background, make buttons has 50% alpha 2022-07-02 11:00:56 +08:00
img7.xpm Add Gtkmm Version 2021-06-21 21:54:31 +08:00
winpe.xpm Update README 2021-06-22 13:06:45 +08:00

README.md

Xe-Release

Xe-Release--a tool to generate version

I'm always on the way to find a breakthrough

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:

mkdir build
cd build
cmake ..
make (or ninja, depends on the Generater of cmake)

build with meson:

meson build
cd build
ninja

Notice : The build system switched to cmake,use cmake to build binaries for any platform

this repository contain files for win64 and linux on amd64 and arm64

(The binaries have moved to release page)

Current version is xe-release 11(Gtk3 and Gtk4 Version);XeRelease 12(Gtkmm3 Version)

Notice:The Gtk4 version only supports linux

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