PureBasic with Ubuntu Live CD ? How?

Everything else that doesn't fall into one of the other PB categories.
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

PureBasic with Ubuntu Live CD ? How?

Post by USCode »

I want to be ready to help beta test the Linux version of PB4 when it becomes available but don't want to actually install Linux on my box (currently WinXP)... or dual-boot either.

I just burned a Live CD version of Ubuntu Linux that lets me boot completely into Linux straight from the CD without installing ... works great.
http://www.ubuntu.com/ https://wiki.ubuntu.com/BurningIsoHowto

Any of you Linux gurus have any advice on how I can proceed from here?
Couldn't I then just download PB4Linux, save it somehow on a mounted WinXP disk and install/run PB4 from there?

I'm probably making it more complicated that it needs to be ... any advice on how to run PB4Linux without actually installing Linux is appreciated.
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

If you have a USB flash drive, I would go that route, so you can save your code.

Ubuntu will see the flash drive no problem. Just download and install PB to that then when you are declaring your exports (see README file), just point to flash drive instead of your home folder.

I believe that you would be able to mount your XP partition, but if it is NTFS, you will only be able to read not write (which requires external packages). If it is FAT32, then you might be alright.

See this: http://www.ubuntuforums.org/archive/ind ... 75539.html
USCode
Addict
Addict
Posts: 924
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

Thanks Straker
Post Reply