rdnelson / Libra

An 8086 emulator with a focus on educational features.
Other
13 stars 4 forks source link

Linux build instructions are wrong #199

Open macdja38 opened 7 years ago

macdja38 commented 7 years ago

Linux instructions at this time are

$ cd src
$ qmake libra-qt.pro
$ make

the src directory contains src.pro but not libra-qt.pro, that is in the root of the project.