Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 800 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 800 Bytes

Machines at Home

MachinesAtHome screenshot

The time, temperature and revolution settings of the machine are made according to the values ​​entered by the user. In cases where the user does not enter a value, the machine operates according to the system's default values.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir out
  3. Copy sources files into output directory: cp src/*.java out
  4. Go to output directory and compile: cd out
  5. Compile: javac *.java && jar cfe App.jar Main *.class
  6. Run it: java -jar App.jar.