Skip to content

SiddhantSilwal/8085-simulator-installer-for-debian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jubin's 8085 simulator installer for Debian

A bash script to install Jubin's 8085 microprocessor simulator to Debian and it's derivatives. Jubin's 8085 simulator is a java based application which simulates the 8085 microprocessor for assembly level programming.

This installer script downloads and installs all the necessary packages and creates a desktop launcher icon for the users' ease of access.

Requirements

Following are the requrements for 8085-Simulator :

  1. wget, curl
  2. default-jdk
  3. default-jre

Note: default-jdk and default-jre will be automatically installed by the installer.

How to run the installer

There are two ways to run the installer

a) One line installer

Copy the following code to your terminal for an automated installation from web

curl -s https://raw.githubusercontent.com/SiddhantSilwal/8085-simulator-installer-for-debian/refs/heads/main/webinstaller.sh | bash

b) By cloning the repository :

For a more manual approach you can run clone our repository

sudo apt-get install git wget
git clone https://github.com/SiddhantSilwal/8085-simulator-installer-for-debian.git
cd 8085-simulator-installer-for-debian
chmod +x ./install.sh
./install.sh

Custom download

For manually installing 8085 simulator .jar file :

Previous versions :

Documentation

Check the following pdf for the documentation of the program (Not the installer).

Credits

This repo stores just the bash script necessary to install 8085-simulator mentioned in https://github.com/8085simulator/8085simulator.github.io . So for sotware related issues and support check in here.

About

Jubin Mitra’s 8085 Simulator installer for Debian, Ubuntu and Ubuntu based distros.

Topics

Resources

License

Stars

Watchers

Forks

Languages