/busted_build

busted install guide for linux and windows manually

Primary LanguageLua

busted_build

busted install guide for linux and windows manually

install in windows

  1. install mingw32 toolset: http://www.mingw.org/

  2. setup the mingw32 toolset environment.

  3. run the install.bat script in the root path.

install the prebuild package under windows

  1. edit the prebuild-install.bat to config the installation root path.

  2. run the prebuild-install.bat.

test the busted

  1. edit the test_busted.bat to config the installation root path.

  2. run the test_busted.bat.