User forums > Nightly builds

The 07 february 2007 build is out.

<< < (3/3)

Pecan:
How do you install or unpack the nightly .deb onto ubuntu without disturbing the SVN build system.

I'd like to unpack it into it's own directory and run from there without it doing any damage to the SVN "truck" etc.

I don't care about .codeblocks directory. I'll zip it up before running the nightly.

thanks
pecan

EDIT:
Never mind, I found it 8 pages down in Google.

dpkg-deb -x codeblocks.deb .

Then run it from the extracted ~/extractFolder/usr directory with a ./run.sh of:

--- Code: ---#!/bin/sh
APP_DIR=`pwd`
export LD_LIBRARY_PATH=$APP_DIR/lib:$LD_LIBRARY_PATH
$APP_DIR/bin/codeblocks --prefix=$APP_DIR $@

--- End code ---

Pecan:
KeyMacs is a Code::Blocks plugin providing the user an ability to group sequences of keystokes as a macro (KeyMac). The KeyMac can be executed by either the main Plugin menu, a menu command key, or the context menu.

Update: KeyMacs v 0.3.15

http://savefile.com/files/476722

This .zip contains the KeyMacs.dll (windows) and libKeyMacs.so (unix) for CodeBlocks nightly build of Feb. 7, 2006
Simply copy the correct library to .../share/codeblocks/plugins/
Then copy KeyMacs.zip to .../share/codeblocks/

References:
http://wiki.codeblocks.org/index.php?title=KeyMacs_plugin
http://forums.codeblocks.org/index.php?topic=4681.0
Key Macros plugin

Navigation

[0] Message Index

[*] Previous page

Go to full version