Release 1.0 Pre-built executables

Release 1.0 Prebuilt executables

Download prebuilt executable:

Linux

Download Linux

Notes: The download is a gzipped tar file containing the single file 'dps8'. The file was build under Fedora 23 (clang 3.7, libuv 1.4.0), with libuv
statically linked in.

    $ ldd dps8
    linux-vdso.so.1 (0x00007ffe01bbd000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3d361cc000)
    libm.so.6 => /lib64/libm.so.6 (0x00007f3d35eca000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007f3d35cc5000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f3d35904000)
    /lib64/ld-linux-x86-64.so.2 (0x000055a2b1359000)

Tested under Fedora 23 and Ubuntu 14.04.5 LTS.

MinGW (Windows)

1. Download

Download and unzip MinGW

Notes: The download is a gzipped tar file containing the files 'dps8.exe', 'libwinpthread-1.dll' and
'libuv-1.dll'. The 'dps8.exe' was built under MinGW on Fedora 23.

Tested under Windows 7 and wine on Fedora 23.

2. Copy the prebuilt executable and dlls.

If you will be using the QuickStart Multics image:

When you have downloaded and unzipped QuickStart, cd to the QuickStart directory and copy the executable and dlls:

cd QuickStart_MR12.6f
copy <wherever>\MSYS2_dps8\*.*
If you will be building the Multics image from scratch:

Create the directory that you will be running from and extract the executable into it:

mkdir dps8
cd dps8
copy <wherever>\MSYS2_dps8\*.*

MSYS2 (Windows)

1. Download

Using a browser, download and unzip MSYS2

Notes: The download is a zip file containing the files 'dps8.exe', 'libwinpthread-1.dll' and
'libuv-1.dll'. The 'dps8.exe' was built under MSYS2 on Windows 7.

Tested under Windows.

2. Copy the prebuilt executable and dlls

If you will be using the QuickStart Multics image:

When you have downloaded and unzipped QuickStart, cd to the QuickStart directory and copy the executable and dlls:

cd QuickStart_MR12.6f
copy <wherever>\MSYS2_dps8\*.*
If you will be building the Multics image from scratch:

Create the directory that you will be running from and extract the executable into it:

mkdir dps8
cd dps8
copy <wherever>\MSYS2_dps8\*.*
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License