19

Installation

Download the source code:

In the folder So-o, compile the library libso-o.a:

$ cd So-o
$ make
...
ar rc libso-o.a So-o.o Object.o OL.o list.o alist.o Once.o Application.o Responder.o

If you wish to add the library and the header files of So-o to your system, type make install:

$ sudo make install
install -c -m 444 -o 0 -g 0 So-o.h Object.h OL.h list.h alist.h Hello.h Once.h Application.h Responder.h /usr/local/include/so-o
install -c -m 444 -o 0 -g 0 libso-o.a /usr/local/lib
  1. /usr/local
    1. lib
      1. libso-o.a
    2. include
      1. so-o
        1. So-o.h
        2. Object.h
        3. OL.h
        4. Hello.h
        5. Once.h
        6. Application.h
        7. Responder.h
        8. alist.h
        9. list.h
SEE ALSO

Interface, A game of poker

Comments

Your comment:
[p] [b] [i] [u] [s] [quote] [pre] [br] [code] [url] [email] strip help 2000

Enter a maximum of 2000 characters.
Improve the presentation of your text with the following formatting tags:
[p]paragraph[/p], [b]bold[/b], [i]italics[/i], [u]underline[/u], [s]strike[/s], [quote]citation[/quote], [pre]as is[/pre], [br]line break,
[url]http://www.izend.org[/url], [url=http://www.izend.org]site[/url], [email]izend@izend.org[/email], [email=izend@izend.org]izend[/email],
[code]command[/code], [code=language]source code in c, java, php, html, javascript, xml, css, sql, bash, dos, make, etc.[/code].