Author Topic: ScriptBasic 32 Bit Linux  (Read 5586 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3572
    • ScriptBasic Open Source Project
ScriptBasic 32 Bit Linux
« on: April 09, 2011, 12:33:50 PM »
Armando and I used the ScriptBasic source we built the 64 bit version for to build a 32 bit version for Ubuntu 10.10.

sudo gdebi scriba-v2.1.1_i386.deb  -  Install

sudo apt-get remove scriba  -  Remove

« Last Edit: April 10, 2011, 02:52:40 AM by ABB »

Offline John

  • Forum Support / SB Dev
  • Posts: 3572
    • ScriptBasic Open Source Project
ScriptBasic 32 Bit Linux - RPM Install
« Reply #1 on: April 09, 2011, 06:04:30 PM »
Armando suggested a utility that converts .deb files to .rpm files. (alien)

If someone can give this a try on their Red Hat, CentOS or Fedoria 32 bit distribution and let us know how it worked out, that would be helpful.

If it works, I'll do the same for the 64 bit .deb file.
« Last Edit: April 10, 2011, 02:53:28 AM by ABB »

Offline John

  • Forum Support / SB Dev
  • Posts: 3572
    • ScriptBasic Open Source Project
Re: ScriptBasic 32 Bit Linux
« Reply #2 on: April 09, 2011, 07:04:45 PM »
Armando suggested another option to allow users to install ScriptBasic. (the attached tar file is for 32 bit Linux)

sudo tar xzvpf -C / scriba-v2.1.1_i386.tgz