E17 User Guide/Installing using development snapshots
Development snapshots are packages (archives) with source code that are made periodically by the E team. We choose a moment when some the libraries, E and Entrance are stable and enough changes have been made from the last snapshot, bump up the version and release them. These are not official releases and there will be bugs. Thats why they are development snapshots, right?
They are currently located here. Download, extract and then install them as follows:
$ cd /path/to/directory
$ ./configure
$ make
$ make install
|