PB On Linux Mint 17.2

Linux specific forum
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

PB On Linux Mint 17.2

Post by chris319 »

Here is what I had to do to make 64-bit PB 5.41 LTS work on Linux Mint 17.2.

Install libssl-dev.

Code: Select all

sudo apt-get install g++ libc6-dev libsdl1.2-dev libgtk-3-dev unixodbc-dev libgnome2-dev libxine2-dev libxxf86vm-dev
Under Compiler Options, add gtk2 as the Library Subsystem.
Last edited by chris319 on Wed Jan 06, 2016 8:30 am, edited 1 time in total.
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: PB On Linux Mint 17.2

Post by chris319 »

Handy tip: Install Dropbox (set up an account if you need to; dropbox offers free accounts). Write yourself a setup how-to and store it in your Dropbox folder. Dropbox is well supported on Mint and I assume on other distros. Your how-to will be available on Dropbox even if you reinstall Linux from scratch. I am presently migrating away from Windows toward Linux. With Dropbox you can access documents from either Linux or Windows. Linux Mint can read and write to/from NTFS volumes but Windows cannot access your Linux volumes.

Here are my notes with my preferences which include steps to make PB work:

Code: Select all

HOW TO INSTALL LINUX
LINUX MINT 17.2 RAFAELA

Do not delete pre-installed packages (due to dependency issues).

Administration -> Driver Manager, select fglrx driver, reboot. Preferences -> Display, select 1280 x 720.

Install Dropbox, Opera, Wine, Audacious, Filezilla

Perform software update.

Administration -> Login Window; Select "Clouds" theme; Go to "Options", Deselect "Use 24-hour clock", Select "Allow root login"; Enable automatic login

As Root, go to Preferences->System Settings->Appearance->Fonts, Set default font sizes to 10, Set text scaling factor to 1.3
Preferences -> Screensaver -> Settings -- disable timeouts (or Preferences -> System Settings -> ScreenSavers)

Set up printer

For PureBasic: Install libssl-dev
For PureBasic: sudo apt-get install g++ libc6-dev libsdl1.2-dev libgtk-3-dev unixodbc-dev libgnome2-dev libxine2-dev libxxf86vm-dev

Request HTML5 player in YouTube.
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: PB On Linux Mint 17.2

Post by chris319 »

Another handy tip: Download Redo and burn the ISO to a CD. Use Redo to make a backup image on another HD. Redo is a fine program and will save you tears if your hard drive crashes (as mine did a few weeks ago). When you restore your backup it will be bootable and will work just as it did at the time you made the backup. If you keep your really important files on Dropbox there is no reason for you to ever lose important data.

http://redobackup.org/
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PB On Linux Mint 17.2

Post by Fangbeast »

Hi Chris319. I've been using the following windows driver for absolute years to read Linux file systems.

http://www.fs-driver.org/download/Ext2IFS_1_12.exe

There were times I was booted in windows and needed things from my linux drives and i wouldn't be without this. Lost count of how many years i have been doing this.
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: PB On Linux Mint 17.2

Post by chris319 »

Fangbeast wrote:Hi Chris319. I've been using the following windows driver for absolute years to read Linux file systems.

http://www.fs-driver.org/download/Ext2IFS_1_12.exe

There were times I was booted in windows and needed things from my linux drives and i wouldn't be without this. Lost count of how many years i have been doing this.
Does it read Ext4 volumes? Mint installs Ext4 by default.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PB On Linux Mint 17.2

Post by Fangbeast »

chris319 wrote:
Fangbeast wrote:Hi Chris319. I've been using the following windows driver for absolute years to read Linux file systems.

http://www.fs-driver.org/download/Ext2IFS_1_12.exe

There were times I was booted in windows and needed things from my linux drives and i wouldn't be without this. Lost count of how many years i have been doing this.
Does it read Ext4 volumes? Mint installs Ext4 by default.
That one doesn't seem to but this one claims to: http://www.ext2fsd.com/

**EDIT** Actually, an article on http://www.howtogeek.com/112888/3-ways- ... m-windows/ says that it can read them just fine. (the FSD one)
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4789
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Re: PB On Linux Mint 17.2

Post by Fangbeast »

Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
chris319
Enthusiast
Enthusiast
Posts: 782
Joined: Mon Oct 24, 2005 1:05 pm

Re: PB On Linux Mint 17.2

Post by chris319 »

Under Compiler Options, add gtk2 as the Library Subsystem.
Post Reply