https://github.com/yetist/lunar-date
chinese lunar date library.
https://github.com/yetist/lunar-date
c date javascript lunar python vala
Last synced: 4 months ago
JSON representation
chinese lunar date library.
- Host: GitHub
- URL: https://github.com/yetist/lunar-date
- Owner: yetist
- License: lgpl-2.1
- Created: 2013-01-28T16:30:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T08:20:03.000Z (7 months ago)
- Last Synced: 2026-02-12T07:55:28.731Z (4 months ago)
- Topics: c, date, javascript, lunar, python, vala
- Language: JavaScript
- Size: 734 KB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# LunarDate
## General Information
LunarDate is a chinese lunar library.
The official web site is:
You can download the latest lunar-date tarball from the github.com:
## Build
**For Linux:**
Build and install into the system:
```sh
meson setup _build --prefix=/usr -Ddocs=true -Dintrospection=true -Dvapi=true -Dtests=true
meson compile -C _build/
sudo meson install -C _build
```
**For Windows:**
Building dynamic link libraries for Windows on Linux is now supported:
```sh
$ PKG_CONFIG_PATH=/mingw64/lib/pkgconfig/ meson setup _build.mingw/ --cross-file cross/mingw.txt --prefix=/usr -Ddocs=true -Dtests=true
$ meson compile -C _build.mingw/
$ file _build.mingw/lunar-date/liblunar-date-3.0-1.dll
_build.mingw/lunar-date/liblunar-date-3.0-1.dll: PE32+ executable for MS Windows 5.02 (DLL), x86-64, 20 sections
$ file _build.mingw/service/*.exe
_build.mingw/service/lunar-date-daemon.exe: PE32+ executable for MS Windows 5.02 (console), x86-64, 19 sections
_build.mingw/service/lunar-date.exe: PE32+ executable for MS Windows 5.02 (console), x86-64, 19 sections
```
## Linux distribution support
Binary packages for the following systems are currently available.
[](https://repology.org/project/lunar-date/versions)
## How to report bugs
Bugs should be reported to the [github issue](https://github.com/yetist/lunar-date/issues) bug tracking system.