Archived from groups: rec.games.roguelike.nethack (
More info?)
Jym wrote:
> On Thu, 9 Jun 2005, Frank Rademakers wrote:
>
>
>>Jym wrote:
>>
>>>Could you make the name of the archive (for Veye and Vclaw) different, so
>>>that we could download both of them in the same place (eg /usr/src) ?
>>>
>>>Hypocoristiquement,
>>>Jym.
>>
>>As it is, it's a single repository that contains both versions at the
>>same time. So you only have to download the one file.
>
>
> OK. This is rather unclear at first sight.
>
>
>> From the Makefile:
>>to build NetHack in your home directory: make nethack-home
>>to build Slashem in your home directory: make nethack-home
>>to build * Both in your home directory: make home
>
>
> Yes. Is the Slashem line really correct ? (especially since target 'home'
> goes to targets 'nethack-home' and 'slashem-home').
>
> Is it possible to build the stuff in standard directories (/usr/games),
> with root privileges of course ?
>
> By the way, both nethack-home and slashem-home leads to errors on my
> system (debian testing), apparently something SDL related but I did not
> grab all the error messages (we should maybe continue discussion about
> that via mail rather than on rgrn).
>
as im moving towards 1.9.4 im making the distinction between vultures
eye (nethack) and vultures claw (slashem) less explicit. by the time
1.9.4 arrives, there will be one page on darkarts.co.za for both, one
source download, one install. For binary distributions however they
will probably be shipped seperate as that is the nature of installers
and programs. For source code however im tiring of updating dual
repositories (in fact as of this morning my 'two' repositories on my
website are just symlinked to a single "vultures" repo)
to build from source and install in the usual locations follow the
normal unix building instuctions for each of nethack and slashem as you
would when building their vanilla versions from source.
sdl: the source code is targeted at freebsd not linux, to build in
linux, edit (nethack|slashem)/sys/unix/Makefile.src and search replace
" sdl11-config " with "sdl-config"
hope this helps
Clive
> Hypocoristiquement,
> Jym.