Compare commits

...

2 Commits

Author SHA1 Message Date
John Bintz fbc9dae690 fix readme 2024-03-18 21:23:01 -04:00
John Bintz 4ed1d7347a fix readme 2024-03-18 21:19:24 -04:00
1 changed files with 16 additions and 4 deletions

View File

@ -216,10 +216,22 @@ to contact me.
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
* Copy `AMOSPro Sources/+lequ.s` to `+LEqu.s`
* Generate the socket LVO file in the `src` directory
* Download `https://raw.githubusercontent.com/cnvogelg/amitools/master/amitools/data/fd/bsdsocket_lib.fd` to `src`
* `fd2pragma bsdsocket_lib.fd to "" special 20`
* Fix up `absdsocket` to match your system's setup
* Run `execute absdsocket`
* Install [`fd2pragma`](https://aminet.net/package/dev/misc/fd2pragma) in your path
* Download `https://raw.githubusercontent.com/cnvogelg/amitools/master/amitools/data/fd/bsdsocket_lib.fd` to `src`
* In a Shell:
```
cd src
fd2pragma bsdsocket_lib.fd to "" special 20
```
* Fix up `src/absdsocket` to match your system's setup
* In a Shell:
```
cd src
execute absdsocket
```
#### Emulated setup (WinUAE, FS-UAE, Amiberry)