Skip to content
Rob Hagemans edited this page Jul 30, 2022 · 2 revisions

Packaging workflow

Legacy builds

PC-BASIC 1.2 on Windows

PC-BASIC 2.0 on Windows with Python 2

  • install Python 2.7.14
  • install MS Visual C++ for Python 2.7
  • pip install wheel numpy==1.9.2 pyserial cx_Freeze
  • install SDL2 library
  • install sdl2_gfx (see BUILD.md)
  • msvcr71.dll (for pyparallel installer, put next to the installer exe)
  • install PyParallel 0.2 from https://sourceforge.net/projects/pyserial/files/pyparallel/0.2/pyparallel-0.2.win32.exe
  • note that pip install pyparallel is missing giveio and simpleio, doesn't work out of the box

PC-BASIC 2.0 on Mac with Python 2

Clone this wiki locally