Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyranet/drakhtar-i18n


https://github.com/kyranet/drakhtar-i18n

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# drakhtar-i18n

Internationalization Engine built for the [Drakhtar](https://github.com/kyranet/drakhtar).

---

## Documentation

For documentation on how to use the library, please check the `docs` folder.

## Build

### Automatic

Double click on the [`windows-setup.cmd`] and the [`windows-build.cmd`] files accordingly. That's all!

> **Note**: You must download [Microsoft PowerShell](https://github.com/PowerShell/PowerShell) to run the scripts, the
built-in Windows PowerShell does not work as it lacks of features needed for them to work.

### Manual

First, run CMake:

```sh-session
$ cmake -B build
```

Then build the project inside the `build` folder.

[`windows-setup.cmd`]: https://github.com/kyranet/drakhtar-i18n/blob/main/scripts/windows-setup.cmd
[`windows-build.cmd`]: https://github.com/kyranet/drakhtar-i18n/blob/main/scripts/windows-build.cmd