LB Booster
IDE and Compiler >> Integrated development environment >> Using Liberty BASIC Workshop with LBB
http://lbb.conforums.com/index.cgi?board=ide&action=display&num=1379539326
Using Liberty BASIC Workshop with LBB
Post by Richard Russell on Sep 18th, 2013, 9:22pm
If you use Liberty BASIC Workshop you can easily configure it to call LB Booster to compile and run your programs. To do that follow these steps:
In LB Workshop select Options... Preferences... (or click the Options button on the toolbar).
Select the 'Paths' tab on the Options dialogue.
At the 'Liberty BASIC Path' box, browse to the location of LBB.exe.
At the 'Runtime Engine Path' box, browse to the location of LBBRUN.exe (you can download it from http://lbbooster.com/LBBRUN.exe).
You can also, if you wish, set the 'Optional Helpfile Path' to the location of LBB.chm (in the same folder as LBB.exe).
With those changes LB Workshop will automatically compile and run your program using LB Booster. Of course 'Debug' (F7) won't work, because LBB has no debugger. If you use 'Run TKN' (F8) you will need to type "*.lbb" in the 'File name' box to enable you to select .LBB files rather than .TKN files.
Richard.