updated README

This commit is contained in:
Stefan Friese 2024-05-22 22:33:27 +02:00
parent 146293eeb4
commit d622618a41
2 changed files with 12 additions and 5 deletions

View File

@ -8,6 +8,8 @@ cabal v2-build --enable-executable-static -O2
strip --strip-all based strip --strip-all based
``` ```
Do not forget to set `$LD_LIBRARY_PATH` to the directory of your static libs.
## Compilation ## Compilation
* If you want to compile your own build, link it dynamically via * If you want to compile your own build, link it dynamically via
@ -48,8 +50,13 @@ The following are the supported encodings
* UU Encoding * UU Encoding
* XX Encoding * XX Encoding
* yEncoding * yEncoding
* Char to Hex and vice versa * Rotate (1..26)
* Decimal to Hex and vice versa * Unicode to hex and vice versa
* Oktal to Hex and vice versa * Unicode to dec and vice versa
* Binary to Hex and vice versa * Unicode to oct and vice versa
* Unicode to bin and vice versa
* ~~Char to Hex and vice versa~~
* ~~Decimal to Hex and vice versa~~
* ~~Oktal to Hex and vice versa~~
* ~~Binary to Hex and vice versa~~

View File

@ -1,6 +1,6 @@
cabal-version: 2.4 cabal-version: 2.4
name: based name: based
version: 0.4.2.0 version: 0.4.3.0
license-file: LICENSE license-file: LICENSE
extra-source-files: CHANGELOG.md extra-source-files: CHANGELOG.md
author: Stefan Friese author: Stefan Friese