@@ -221,46 +221,6 @@ directly to this repo. Even so, we are greatful to the
221221for making original code base available.
222222
223223
224- ## Configure and autoconf(1)
225-
226- Some people prefer to not bother with the ** Autoconf** facility and running ` configure ` .
227-
228- > For more information on ** Autoconf** see [ Gnu Autoconf] ( https://www.gnu.org/software/autoconf/ )
229-
230- The upper level ` Makefile ` will, by default, attempt to use ` src/configure ` , you have ` autoconf(1) ` installed.
231- The upper level ` Makefile ` will attempt to run ` src/configure ` with a reasonable set of options that
232- have a change to work, assuming that [ Gnu Autoconf] ( https://www.gnu.org/software/autoconf/ ) in installed.
233-
234- Should the use of ` src/configure ` fail, you may wish to try our easy make rules:
235-
236- * make easy-configure
237-
238- This rule simply moves into place, some reasonable estimations of what ` src/configure ` tried to produce.
239-
240- You may have to edit ` src/config.h ` and/or ` src/Makefile ` to suit your needs afterwards
241-
242- * make easy-all
243-
244- This rule invokes the all rule from the ` src/Makefile.easy ` makefile.
245-
246- Now that you have both ` src/config.h ` and ` src/Makefile ` , use the
247- ` src/Makefile.easy ` makefile to compile the code.
248-
249- ** IMPORTANT NOTE** : When bypassing [ Gnu Autoconf] ( https://www.gnu.org/software/autoconf/ ) , you no longer
250- benefit from the ** Autoconf** facility ability to configure the code for your system.
251- Chances are, the above should work. However should something go wrong,
252- you have have to edit ` src/config.h ` and/or ` src/Makefile ` or perhaps
253- even modify the code. If do have to modify stuff, please consider sharing by opening up a
254- [ GitHub Pull Request] ( https://github.com/lcn2/rogue5.4/pulls ) .
255-
256- * sudo make easy-install easy-clobber
257-
258- Use the install rule in the ` src/Makefile.easy ` makefile to install ` rogue(6) ` ,
259- the ` findpw(6) ` and ` scedit(6) ` rouge tools, rogue documentation, and ` rogue(6) ` man page.
260-
261- The addition of easy-clobber on the sudo line will "clean up" the source tree after installing.
262-
263-
264224# Skip over the SPOILERS to the very bottom for Reporting Security Issues
265225
266226
0 commit comments