1
1
Fork
You've already forked roman-number
0
All roman numbers from 1 to ?
  • Makefile 64.4%
  • C++ 24.1%
  • Shell 9.5%
  • M4 2%
2023年10月18日 17:13:34 +03:00
src build: add headers to the dist 2023年10月18日 16:22:33 +03:00
.clang-format style: add .clang-format 2023年09月11日 13:30:37 +03:00
.clang-tidy style: add .clang-tidy 2023年09月11日 13:34:31 +03:00
.gitignore chore: add *~ to the gitignore 2023年10月18日 17:02:05 +03:00
AUTHORS chore: add myself to the authors 2023年10月18日 17:04:32 +03:00
autogen.sh build: add build scripts for flexability 2023年10月18日 16:58:57 +03:00
build.sh build: add build scripts for flexability 2023年10月18日 16:58:57 +03:00
ChangeLog chore: update changelog 2023年10月18日 17:11:01 +03:00
configure.ac build: update version 2023年10月18日 16:35:15 +03:00
COPYING chore: remove symlink from COPYING 2023年10月18日 16:02:52 +03:00
INSTALL chore: remove cmake folder 2023年10月18日 14:52:06 +03:00
LICENSE chore: update code 2023年09月10日 22:55:55 +03:00
Makefile.am build: use automake 2023年10月18日 14:45:44 +03:00
NEWS chore: add news 2023年10月18日 17:05:22 +03:00
pinstall.sh build: add build scripts for flexability 2023年10月18日 16:58:57 +03:00
puninstall.sh build: add build scripts for flexability 2023年10月18日 16:58:57 +03:00
README.md docs: update README.md 2023年10月18日 17:13:10 +03:00

Roman Number

Tool for generating roman numerals from the normal numbers.

Firstly, you need to generate configure script

./autogen.sh

To compile it, run the following commands

./build.sh

If you want to install it, then write

./install.sh