Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.85 KB

INSTALL.md

File metadata and controls

61 lines (48 loc) · 1.85 KB

Instruction to build bsopack

Please read the files (especially README.Makefiles) in the huskybse package FIRST!

Table of Contents

Prebuild

  • Put the bsopack package in the directory where the other packages of fido husky reside:

    • unix, beos, possible cygwin:
      /usr/src/packages/        -> huskybse/
                                -> huskylib/
                                -> smapi/
                                -> fidoconfig/
                                -> hpt/
                                -> htick/
                                ...some other
      
    • windows, dos, os/2 & etc:
         d:\husky\              -> huskybse\
                                -> huskylib\
                                -> smapi\
                                -> fidoconf\
                                -> hpt\
                                -> htick\
                                ...some other
      

Build

Compiling and installing with the standard Makefile and huskymak.cfg

See huskybse/INSTALL.asciidoc

Compiling with the Legacy Makefiles

This functionality hasn't been tested for years, so be ready that some changes in makefiles might be required

unix:

   $ make -f make/makefile.lnx
   $ make -f make/makefile.lnx install

dos:

   d:\husky\bsopack>make -f make\makefile.djg

Afterbuild actions

  • (For UNIXes only) Ensure /usr/local/lib/ is in /etc/ld.so.conf
  • (For UNIXes only) Execute ldconfig as root

You're ready. Now you can install software which uses bsopack.