[ License | Requirements | Installation | Performance Tips | Development ]

Makagiga 0.9.2 Beta (!!!!)

Makagiga is a powerful, easy-to-use, cross-platform free software written in Java 5.0. It features plugins, file import/export, backup utility, tabbed view (like in Firefox or Opera), search function, custom colors, labels and comments for each file or folder, and more!

Home Page - makagiga.sourceforge.net | Contact

The functionality can be extended via plugins.
Currently Makagiga includes the following built-in plugins (extensions):

File plugins (editors):

Internet Search plugins

License

Copyright 2005 Konrad Twardowski

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Requirements

Installation

Linux (RPM)

  1. Run rpm -Uvh makagiga-YOUR_VERSION.rpm to install (as the root user).
  2. Run rpm -e makagiga to uninstall (as the root user).

Linux (ZIP)

  1. Unpack: unzip makagiga-YOUR_VERSION.zip
  2. Change directory: cd makagiga-YOUR_VERSION
  3. Install: su -c ./install.sh (option)
  4. [Enter the root password] (option)
  5. Application will be installed in the /usr/local (default prefix) directory. To change the installation directory (prefix), use the following command: su -c ./install.sh /my_prefix/my_apps.
  6. Run YOUR_PREFIX/makagiga/uninstall.sh, to uninstall.

Windows

Run makagiga-YOUR_VERSION.exe to install. Use the Control Panel to uninstall.

How To Run (Linux)

  1. METHOD #1: Run the makagiga command.
  2. METHOD #2: Select Makagiga from the KDE/GNOME menu (Accessories).

Performance Tips

  1. Disable splash screen to reduce application startup time.
  2. Use 32x32 icon size. Icons with this size are not scaled, so are initialized faster.
  3. Use the Metal look & feel. This theme is lighter than Java(tm) theme.
  4. Disable font antialiasing.
  5. Disable Custom Icons/Colors options.
  6. Enable class data sharing.
  7. Upgrade Java Runtime Environment to the latest version.
  8. Buy more RAM and better CPU ;-)

Development

How To Compile

Make sure you have installed the following applications:

  1. Java Standard Edition 5.0 (Development Kit)
  2. Ant 1.6.5 (or other compatible version)
  3. Nullsoft Install System 2.xx (NSIS) is required to create installer for Windows.

How To Translate

How To Develop


[ ^ Top | (C) 2005-3000 Konrad Twardowski ]