From aaea48f08bcc9d4293905c35130af8ed896582dc Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 6 Jun 2008 11:47:38 +0000 Subject: [PATCH] Added hints for setting up compile environment on Ubuntu. --- bacnet-stack/doc/README.ubuntu | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bacnet-stack/doc/README.ubuntu diff --git a/bacnet-stack/doc/README.ubuntu b/bacnet-stack/doc/README.ubuntu new file mode 100644 index 00000000..512b08df --- /dev/null +++ b/bacnet-stack/doc/README.ubuntu @@ -0,0 +1,17 @@ +Add the ability to compile, edit, and maintain code + +Here are the compilers and their documents +$ sudo apt-get install build-essential subversion-tools gcc-4.2-doc glibc-doc manpages-dev +$ sudo apt-get install mingw32 mingw32-binutils mingw32-runtime +I need access to subversion and XSLT ChangeLog tools +$ sudo apt-get install subversion-tools +$ sudo apt-get install xsltproc +I install a couple of editors, useful for various things. Kate is already installed. +$ sudo apt-get install scite +$ sudo apt-get install vim-full +Useful tools for cleaning up code, converting comments and line endings, and code statistics: +$ sudo apt-get install splint +$ sudo apt-get install sloccount +$ sudo apt-get install indent +$ sudo apt-get install liwc +$ sudo apt-get install tofrodos \ No newline at end of file