Skip to content

7jXlqS-hmpBUGsK/iscabbs-client

Repository files navigation

This client is version 2.3.8 by IO ERROR, based on the ISCABBS client 1.5.1
(stdio patch) by Serendipity.  To build this client, see the appropriate
INSTALL file for your platform, and the client web page at:
			http://ioerror.bbsclient.net/

Quick Start:
    autoreconf --install
	./configure
	make
	make install


If you a clone from the repo (no configure script), then be sure you have the
latest autoconf/automake, etc.  TODO: explain how to get autotools for
various distros.

    ## Mac OS X:
    ## Install the developer command line tools from Apple.
    $ brew install automake autoconf

    ## remove all non-sources
    $ git clean -dfx

    ## this will create the configure script and its support files.
    $ autoreconf --install


If you are confused by autotools or dislike them, you are not alone.
Here's the bare minimum you need to know for this project:

   There are only two source files in the autotools setup.  configure.ac and
   Makefile.am  The remaining files are generated by autoreconf.

   Makefile.am isn't so bad. The names of the variables have special meaning to
   automake, so don't fuss with them. See the manual for automake.

   configure.ac is far more confusing and fragile. Best to avoid modifying it.
   It's where all the dislike stems from, and is where feature creep starts.
   Avoid adding more macros to it. See the manual for autoconf.


This software is OSI Certified Open Source Software. OSI Certified is a
certification mark of the Open Source Initiative.

Copyright (C) 1995-2003 Michael Hampton.

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

Additional grant of rights:  You are expressly permitted to link this software
to the OpenSSL library, so long as in all other respects you remain in
compliance with both the GNU General Public License and the OpenSSL license.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 675 Mass
Ave, Cambridge, MA 02139, USA.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages