vISDN Versatile ISDN for Linux
Proudly made in vim!
Valid XHTML 1.1!
Valid CSS!

Repository

vISDN uses Arch as source management system. To access the repository you should install GNU Arch or Bazaar on your system. Arch and Bazaar use a compatible interface.

Arch uses tla as command name while Bazaar uses baz. We may move to Bazaar-ng when it gets stable and if it proves to be good.

Initialize Arch or Bazaar by specifying your ID (as a fully qualified e-mail address):

# tla my-id "Foo Bar <foo@bar.com>"
#

Successively register the archive:

# tla register-archive http://repo.visdn.org/archives/daniele@orlandi.com--2005
#

And make it your default archive (if you want):

# tla my-default-archive daniele@orlandi.com--2005
#

Finally, download the latest version. The developement branch is named isdn--devel, the stable branch is named visdn--release.

# tla get isdn--devel--0.1
#
# tla get isdn--release--0.13
#

Bootstrapping

The tree stored within the Arch archive needs to be "bootstrapped" in order to be "configure"able and compilable. The bootstrap script "bootstrap" will run aclocal, automake, autoconf, etc. in order to prepare the tree.

You must have GNU Autotools (automake, autoconf, libtool) installed to be able to bootstrap the tree. Different autotools versions may be incompatible, so, here are the versions I'm using:

automake (GNU automake) 1.9.5
autoconf (GNU Autoconf) 2.59
ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33)