update doxygen build instructions

refer to README.md
This commit is contained in:
Hans-Erik Floryd 2016-02-16 14:14:59 +01:00
parent 725ddea4cd
commit 58e939575b

View File

@ -114,24 +114,16 @@
* - Error messages updated to latest ETG1020 document.
* - FoE transfers now support busy response.
*
* \section start Getting started
* \section build Build instructions
*
* For Linux
* - go to project directory
* - source ./setup.sh linux
* - make all
* See README.md in the root folder.
*
* \section start Getting started
*
* For examples see simple_test.c in ~/test/linux/simple_test.
* First try (assume EtherCAT on eth0): sudo ./simple_test eth0
* As SOEM uses RAW sockets it will need to run as root.
*
* For Windows
* - have winpcap installed (included with WireShark)
* - go to project directory
* - for VC, run vcvarsall.bat
* f.e. : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat x86
* - run make_test_win32_all.bat
*
* \section bugs Squashed bugs
* Version 1.1.3
* - Added missing Big-Endian conversion in ethercatconfig.c