- Details
- Category: blog
- Hits: 8158
Here are some good free programs on the web...
- Details
- Category: blog
- Hits: 11278
- Find GAP here
- With "C compiler cannot create executables" error occurs while configuring GAP, you need the development package:
- sudo apt-get install gcc libc6-dev
- With "C compiler cannot create executables" error occurs while configuring GAP, you need the development package:
- Get GGAP here
- With "No package 'gtk+-2.0' found" error in making GGAP, you need to install gtk2's development package:
- sudo apt-get install libgtk2.0-dev
- With "XGAP needs XWindows X11R5 or better" error or other X11 header problems, the making of XGAP stops. Download and install xlibs-dev_7.2-0ubuntu11_all.deb
- With "X11/Xaw/AsciiText.h: No such file or directory", etc. errors, do this:
- sudo apt-get install xorg-dev libx11-dev
- With "No package 'gtk+-2.0' found" error in making GGAP, you need to install gtk2's development package:
- Details
- Category: blog
- Hits: 14236
The MiKTeX Tools project is an attempt to port some of the MiKTeX utilities to other systems: GNU/Linux, Mac OS X and other UNIX system-alikes. To install on ubuntu, follow the following steps...