-
-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started Windows
To get started download the latest release for your system at the Releases page.
The following Windows platforms will be supported:
- Windows10-x64
- Windows10-ARM (not common - for low budget Windows tablets)
In addition to the command-line programs, the SAP1Emu Project will also support a single GUI using Electron.NET, a wrapper around Electron allowing for ASP.NET Core Linkage.
This GUI should be able to run on Windows, Linux, and OSX with x64-bit architecture. ARM will most likely not be supported.
The GUI program is still under development, but instructions for installing it will be found here.
The files come as .zip files to save space when uploading. Windows10 should natively support .zip files.
- Download the SAP1Emu-CLI-win10-x64.zip file from the Releases page
- Right-Click the .zip file and select Extract All
- On the popup window, click Extract
- A new folder should appear next to the .zip file with the same name as the .zip file
- Click on this new folder, and you should see the following files
Use this installer from Microsoft Docs to install the .Net Core Runtime. for Windows10-x64
The SAP1Emu command-line tools are "run in place". This means, once downloaded, you can just run the files without running an installer.
The SAP1Emu GUI will have an all-in-one installer.
To test the download, follow these steps:
- Open the folder where the .zip file was extracted to (SAP1Emu-CLI-win10-x64/)
- Open Command Prompt in this location by clicking the URL Bar at the top of the File Explorer and enter
cmd
- Once the Command Prompt window opens, type in the following and enter
SAP1Emu.exe
You should see the following output:
If you see an error message regarding the .Net Core Runtime, please install using the link about (Extracting the Files, Step #6)
Please see the Your First Program page to learn how to make the assembly files.
© Bob Baker 2020