The main AfterStep resources on the net are below.
The official WWW page is at http://www.afterstep.org
Alas, it contains mostly old information; but as of this writing is being updated by a new Web team.
The FTP site, ftp://ftp.afterstep.org/pub/, is the best place to get AfterStep. It also supports uploads: ftp://ftp.afterstep.org/incoming/. Please read the instructions about uploads before asking why your upload is not immediately available. A link to the FTP site is provided from the Web site.
There are also some useful things to be found on the following pages. The first is the current, official AfterStep Customization Page; it includes a web-based BBS with helpful suggestions. The second is a page offering help to new users. The last is rather out of date, but still nice-looking, and possibly useful:
The latest public version is 1.4.5, released in April 1998. There are patches to this version up to 1.4.5.3. A current development release, 1.4.5.55N6 is also widely available. Please note that development releases may be unstable. In Summer 1998, version 2.0 should be available.
AfterStep is an X window manager and cannot be run from the terminal. It must be run through X. The easiest way to do that is to create (or edit) your own .xinitrc file (which contains a list of the programs you wish to load upon startup) and to add the line exec afterstep to the end. This last exec'd line is significant in that it says to shut down X when that program is terminated. Now that you have that file, simply startup X in your customary manner, most likely startx or xinit. Now you're off and running. Good luck!
This is fairly easy. You will have to install all the files under your home directory. The usual recommendation is to use the same directories as suggested in the installation procedure, but replacing /usr/local by your home directory. For example, if you home directory is /home/blah you would use directories like /home/blah/bin, /home/blah/etc, /home/blah/lib, etc.
Compile AfterStep following the standard installation procedure (i.e the one described in the manual) until the install step. Then, do the following (make sure to create the destination directories first if they don't exist. All the source paths are relative to the AfterStep source directory):
You should be set. Feel free to modify this procedure according to your particular needs or the particular setup of your machine/account.
The most common reason for problems compiling is that you do not have all the necessary libraries and headers available on your system. This often happens to people who have recently upgraded their distribution of XFree86. The necessary libraries are included in an "optional" file which matches the version of XFree86 in question; the most recent of these is X332prog.tgz (for XFree86 3.3.2). You should be able to find the file you need wherever you obtained your distribution of X.