diff --git a/README.md b/README.md index 2d7ca3b..7e2501c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Dependencies Windows * make * gcc-core * libncurses-devel (Cygwin) - * libwcurses-devel (Cygwin64) + * libncursesw-devel (Cygwin64) * [libusb-win32](http://sourceforge.net/apps/trac/libusb-win32/wiki) if you want to use your USBasp programmer device with avrdude on Windows @@ -90,11 +90,12 @@ Compile To build for the actual target platform, just type: > make -If you want to test and debug your code within a GUI applications, you can use +If you want to test and debug your code within a GUI application, you can use the simulator: > make simulator +Then you can start the simulator by typing ./borgsim(.exe) Please keep in mind that the simulator is NOT an emulator. All it does is to -compile the Borgware 2D to an ordinary host application so you can step +compile the source code to an ordinary host application so you can step through your C-Code. The GUI application scans the simulated frame buffer every 40ms and draws its contents.