diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
commit | cbcab8684e06379c9f5c51cfc9cac68d8684fe0c (patch) | |
tree | d03b04e9a7f8e3aae70e590953408f90deed077c /old/skeletons/README.erb | |
parent | 721a7ea65d23e7b149ba73968a1d75727a55b390 (diff) | |
download | vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.zip vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.tar.gz |
move to old
Diffstat (limited to 'old/skeletons/README.erb')
-rw-r--r-- | old/skeletons/README.erb | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/old/skeletons/README.erb b/old/skeletons/README.erb new file mode 100644 index 0000000..e4e3bed --- /dev/null +++ b/old/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% + |