Annotation of elwix/README.txt, revision 1.2

1.2     ! misho       1: #
        !             2: # (C)`17 ELWIX ReadMe file with instructions
        !             3: #      by Michael Pounov <misho@elwix.org>
        !             4: #
        !             5: # $Id: README.txt,v 1.1.2.1 2017/10/31 13:57:05 misho Exp $
        !             6: 
        !             7: ### Fetch FreeBSD sources
        !             8: 
        !             9: svnlite co https://svn.freebsd.org/base/stable/11 fbsd11_stable_elwix
        !            10: 
        !            11: ### Fetch ELWIX core libraries
        !            12: 
        !            13: cvs -d cvs.elwix.net:/home/cvs co -relwix4_5 libelwix
        !            14: cvs -d cvs.elwix.net:/home/cvs co -rsched6_6 libaitsched
        !            15: cvs -d cvs.elwix.net:/home/cvs co -rio7_4 libaitio
        !            16: cvs -d cvs.elwix.net:/home/cvs co -rcfg8_0 libaitcfg
        !            17: cvs -d cvs.elwix.net:/home/cvs co -rrpc9_4 libaitrpc
        !            18: cvs -d cvs.elwix.net:/home/cvs co -rwww3_4 libaitwww
        !            19: cvs -d cvs.elwix.net:/home/cvs co -rpelco2_3 libaitpelco
        !            20: cvs -d cvs.elwix.net:/home/cvs co -rsync2_3 libaitsync
        !            21: cvs -d cvs.elwix.net:/home/cvs co -rcli4_1 libaitcli
        !            22: cvs -d cvs.elwix.net:/home/cvs co -rmqtt1_8 libaitmqtt
        !            23: 
        !            24: ### Fetch ELWIX utilities
        !            25: 
        !            26: cvs -d cvs.elwix.net:/home/cvs co -rtools3_0 embedtools
        !            27: cvs -d cvs.elwix.net:/home/cvs co -ransh2_1 ansh
        !            28: cvs -d cvs.elwix.net:/home/cvs co -rmqtt2_1 mqtt
        !            29: cvs -d cvs.elwix.net:/home/cvs co -rtftp1_3 tftpd
        !            30: cvs -d cvs.elwix.net:/home/cvs co -rwifi1_4 wifinator
        !            31: 
        !            32: ### Fetch 3th party softwares
        !            33: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>