Installation

Please join the announcement mailing list to receive an email each time there's a new Cream release!

Windows Double-Click Installer

Current: cream-0-30-gvim-6-3-003.exe (3.2M) -- Vim with Cream.

(Older versions may be found on our SourceForge Project Files page.)

RPMS

(not yet available)

Manual Installation Packages

0. Notes

  1. Some Linux distributions install a global vimrc (found in the path indicated with the :version command) which may conflict with certain Cream settings. Known problems exist with default Debian and Red Hat installations. (Debian interferes with Cream's mapping of Shift+Insert, Red Hat adds some normal mode mappings.)
  2. Remove or rename your existing cream "addons" folder prior to installation to avoid conflicts with recently renamed addons. (Applies only to upgrades from version 0.20 or prior.)

1. Install GVim

Make sure GVim (GUI Vim) is installed (version 6.1 acceptable, 6.2 preferred). (If you compile your own, see Note 1.) You can download the latest updated (non-official) version on our Vim page or from the official Vim SourceForge downloads page.

If you're new to Vim, you may initially think it's broken because it is so hard to use. (I did!) But just make sure that you can run the program and it starts without any errors. Exit by typing ":q!".

2. Download Cream

cream-0.30.zip (0.9M) -- Manual installation package for Windows.

cream-0.30.tar.gz (0.8M) -- Manual installation package for Unix.

(Older versions remain available on the Cream downloads page.)

3. Install Cream

3a. Linux

As root, execute the INSTALL.sh bash script. In GNOME 2, you should find an icon added to the Applications menu.

If you need to create a startup icon or command script for Cream, the correct syntax is:

gvim -u "\$VIMRUNTIME/cream/creamrc" "$@"
3b. Windows

As system administrator, run the INSTALL.bat in the command prompt.

You'll need to create an icon manually:

  • Right-click on your desktop and pick New>Shortcut (or similar).
  • Point it at your gvim.exe.
  • Change the command of the shortcut from

        "[PATH]\gvim.exe"

    to

        "[PATH]\gvim.exe" "-u" "[PATH]\cream\creamrc"

  • Set the Start In location to [PATH] (where gvim.exe is).
  • Set the icon to [PATH]\cream\cream.ico.

Nightly CVS Package

We generate a nightly tarball of the CVS repository export suitable for use as long as you consider it only a snap shot of the project, in whatever state it may happen to be in at the time.

Our SourceForge host also generates a nightly direct export of our CVS repository, suitable for CVS backup and restoration. (This second link is provided only as an act of record keeping, we don't recommend you use this package.)

Notes
  1. If you compile your own Vim from source, please make sure to use the --with-features=big configure option. This will enable the GUI, signs, dialogs and many other useful Vim features that Cream depends on. (See Vim's online help for "version and "install".) Note that this is the typical configuration for most larger distributions.