https://github.com/rajahlone/tiniconv.ldg
Library using the LDG system and the tiny iconv implementation library
https://github.com/rajahlone/tiniconv.ldg
atari-st
Last synced: about 1 year ago
JSON representation
Library using the LDG system and the tiny iconv implementation library
- Host: GitHub
- URL: https://github.com/rajahlone/tiniconv.ldg
- Owner: RajahLone
- Created: 2024-06-22T15:28:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T22:22:48.000Z (over 1 year ago)
- Last Synced: 2025-05-20T15:08:49.377Z (about 1 year ago)
- Topics: atari-st
- Language: C
- Homepage: https://ptonthat.fr/tiniconv-ldg/
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiniconv.ldg
Library using the LDG system and the tiny charset convertion functions.
Please read the how-to and functions calls and test program.
# installation for makefiles
- pre-requisite: different targets of libtiniconv.a, libldg.a in /opt/cross-mint/m68k-atari-mint/lib/
- in an empty folder,
```mkdir ./build/68000```
```mkdir ./build/68020```
```mkdir ./build/ColfFire```
- get [tiniconv_r1_src.zip](https://ptonthat.fr/files/tiniconv/tiniconv_r1_src.zip) and unpack the contents of /tiniconv.ldg/ to
```./README.md```
```./Makefile```
```./main.c```
```./tiniconv.ldg.xcodeproj```
- tiniconv.ldg.xcodeproj is for Xcode 16.0, you may not need it if you use something else.