diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 08:25:27 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 08:25:27 +0200 |
commit | 567672be7bef7dcbecf70589dddbe6e193588475 (patch) | |
tree | f1d526c7709a5fce2d01c9574583db21c0be2266 /skeletons/README.erb | |
parent | 1e2061952df01fe87209156062e060fb69e19ed8 (diff) | |
download | vim-567672be7bef7dcbecf70589dddbe6e193588475.zip vim-567672be7bef7dcbecf70589dddbe6e193588475.tar.gz |
add skeletons
Diffstat (limited to 'skeletons/README.erb')
-rw-r--r-- | skeletons/README.erb | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/skeletons/README.erb b/skeletons/README.erb new file mode 100644 index 0000000..e4e3bed --- /dev/null +++ b/skeletons/README.erb @@ -0,0 +1,62 @@ + +<%= `figlet -c README` %> +<%# figlet: http://www.figlet.org %> + +This is <%= @project %>, version %VERSION% +----------------------------- + +<%=@project %> is Copyright (C) <%=@year %>-<%=@year.to_i+5%>, <%= @username %>. <<%= @email %>> + +LICENSE INFORMATION +------------------- + +<%= license %> + +PREREQUISITES +------------- + +You'll need a C compiler, a linker and a make program of course. + +INSTRUCTIONS +------------ + +For now, unpack your <%= @project %> tarball, (if you're reading this, you've +probably already done that) and type + + ./configure + +If you are self confident you may try the following to have more power on compilation process + + ./configure --help + + +Next, run make: + +You can test <%= @project %> by running + + make test + +On some systems you can install <%= @project %>: + + make install + +NOTES +----- + +CHANGES +------- + +For documentation on the user-visible changes between this version and +previous versions, please see CHANGES. + +MAILING LISTS +------------- + +Subscribe to the mailing list for <%= @project %> by sending mail to +%MAILING_LIST%. + +WEB SITES +--------- + +The home page for <%= @project %> is %HOME_PAGE% + |