Anjuta: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 44: | Line 44: | ||
Compile the package: | Compile the package: | ||
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c && | |||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
make | make | ||
| Line 57: | Line 58: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" \ | sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c && | ||
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ | |||
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \ | PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \ | ||
./configure --prefix=${GNOME_PREFIX} && | ./configure --prefix=${GNOME_PREFIX} && | ||
| Line 70: | Line 72: | ||
Compile the package: | Compile the package: | ||
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c && | |||
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ | ||
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \ | PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \ | ||
| Line 84: | Line 87: | ||
Compile the package: | Compile the package: | ||
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c && | |||
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ | ||
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \ | PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \ | ||
Revision as of 14:28, 10 January 2007
| Download Source: | http://downloads.sourceforge.net/anjuta/anjuta-2.0.2.tar.gz |
|---|
Introduction to Anjuta
Anjuta is a versatile IDE for C and C++, written for GTK/GNOME. Features include project management, application wizards, an onboard interactive debugger, and a powerful source editor with browsing and syntax highlighting.
Dependencies
Required
- Gtk2
- ORBit2
- libglade
- libgnome
- libgnomeui
- libgnomeprint
- libgnomeprintui
- GNOME Virtual File System
- GConf
- VTE
- LibXML2
- GDL
- LibXSLT
- Autogen
- GNOME Build
- Pcre
Recommended
Optional
Non-Multilib
Compile the package:
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c &&
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install
N32
Compile the package:
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \
./configure --prefix=${GNOME_PREFIX} \
--libdir=${GNOME_PREFIX}/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
sed -i "/glade_app_command_paste/s/(/&NULL/" plugins/glade/plugin.c &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
./configure --prefix=${GNOME_PREFIX} \
--libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | |
|---|---|
| Installed Libraries: | |
| Installed Directory: |