Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 422 Bytes

emusim

Prerequisites

  • Qt 5.7 (check QtCharts under Qt 5.7 component drop down)

Build Steps (QtCreator)

  • Open emusim.pro with QtCreator
  • Hit Build > Run

Build Steps (Linux/CLI)

cd ./emusim/
qmake
make

Final Steps

  • Copy data folder to the resulting build folder (typically something like ../build-emusim-Desktop_Qt_5_7_0_MSVC2013_64bit-Debug)