fix readme
This commit is contained in:
parent
4ed1d7347a
commit
fbc9dae690
18
README.md
18
README.md
|
@ -216,10 +216,22 @@ to contact me.
|
||||||
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
|
* Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official)
|
||||||
* Copy `AMOSPro Sources/+lequ.s` to `+LEqu.s`
|
* Copy `AMOSPro Sources/+lequ.s` to `+LEqu.s`
|
||||||
* Generate the socket LVO file in the `src` directory
|
* Generate the socket LVO file in the `src` directory
|
||||||
|
* 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`
|
* Download `https://raw.githubusercontent.com/cnvogelg/amitools/master/amitools/data/fd/bsdsocket_lib.fd` to `src`
|
||||||
* `fd2pragma bsdsocket_lib.fd to "" special 20`
|
* In a Shell:
|
||||||
* Fix up `absdsocket` to match your system's setup
|
|
||||||
* Run `execute absdsocket`
|
```
|
||||||
|
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)
|
#### Emulated setup (WinUAE, FS-UAE, Amiberry)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue