Search found 7 matches

by MagicFab
Tue Apr 23, 2013 5:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wiki for documentation ?
Replies: 2
Views: 3120

Re: Wiki for documentation ?

Since I needed this rather quickly, I started using FSF's LibrePlanet infrastructure for this.

I've created a new LibrePlanet LiveCode users group, feel free to join and conrtibute.
by MagicFab
Tue Apr 23, 2013 5:41 am
Forum: Linux
Topic: [Solved] How to uninstall LiveCode on Debian 7 (Wheezy)?
Replies: 3
Views: 9189

Re: How to uninstall on Debian 7 (Wheezy)?

Contrary to user documentation, there isn't a script or binary to uninstall an existing LiveCode version.

Deleting/moving the existin directory under /opt seemed enough to be able to use/install a newer version.
by MagicFab
Tue Apr 23, 2013 5:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Installing LiveCode 6 on 64-bit Debian 7 (Wheezy)
Replies: 1
Views: 3936

Re: Installing LiveCode community edition on Debian 7 (Wheez

I had to take some time to fully read and understand the official Debian documentation about Multiarch . From there, this is what worked for me:


$ sudo -s
# dpkg --add-architecture i386
# apt-get update
# apt-get install ia32-libs ia32-libs-gtk
# exit


Many packages will be installed. After ...
by MagicFab
Fri Apr 19, 2013 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wiki for documentation ?
Replies: 2
Views: 3120

Re: Wiki for documentation ?

It finally found the code on Github, by looking at the FAQ.

Github can provide a wiki space but it hasn't been activated for the livecode repository.

Could someone at RunRev please enable this functionality?

Thank you!
by MagicFab
Fri Apr 19, 2013 1:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wiki for documentation ?
Replies: 2
Views: 3120

Wiki for documentation ?

Hello,

Given the recent release of LIveCode as free open source software, I was expecting to find a gew resources like a Wiki and IRC channels for self-help / community documentation.

Have those been setup yet? In any case I'd like to help with that, if RunRev is not providing such space/resources ...
by MagicFab
Fri Apr 19, 2013 12:48 pm
Forum: Linux
Topic: [Solved] How to uninstall LiveCode on Debian 7 (Wheezy)?
Replies: 3
Views: 9189

[Solved] How to uninstall LiveCode on Debian 7 (Wheezy)?

Hi,

I had previously installed LiveCode 5.x on a test system. How can it be safely/cleanly uninstalled?

I haven't been able to install the latest version so I can't test uninstalling it. I don't have access to the older test system at the moment.

I can't seem to find any documentation about this ...
by MagicFab
Fri Apr 19, 2013 5:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: [SOLVED] Installing LiveCode 6 on 64-bit Debian 7 (Wheezy)
Replies: 1
Views: 3936

[SOLVED] Installing LiveCode 6 on 64-bit Debian 7 (Wheezy)

Hi

I downloaded the LiveCodeCommunityInstaller-6_0_0-Linux.x86 file.

I am trying to install this in a clean (vanilla) Debian 7 64-bit system.

I then assigned execute permissions and tried to execute, with the following result:
$ chmod go+x LiveCodeCommunityInstaller-6_0_0-Linux.x86 ...