Changes between Version 1 and Version 2 of Build instructions
- Timestamp:
- Sep 30, 2010, 4:39:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Build instructions
v1 v2 23 23 libnl and libdect: 24 24 25 # make headers_install [[BR]] 26 # su [[BR]] 27 # cp usr/include/linux/socket.h /usr/include/linux/ [[BR]] 28 # cp usr/include/linux/netlink.h /usr/include/linux/ [[BR]] 29 # cp usr/include/linux/dect* /usr/include/linux/ [[BR]] 25 {{{ 26 # make headers_install 27 # su 28 # cp usr/include/linux/socket.h /usr/include/linux/ 29 # cp usr/include/linux/netlink.h /usr/include/linux/ 30 # cp usr/include/linux/dect* /usr/include/linux/ 31 }}} 30 32 31 33 Edit the /usr/include/linux/dect_netlink.h file and delete the … … 37 39 == libnl == 38 40 39 # sh autogen.sh [[BR]] 40 # sh configure [[BR]] 41 # make [[BR]] 42 # make install [[BR]] 41 libnl contains support for the administrative DECT Netlink API and some LLME 42 operations. Additionally there are some example programs for the netlink API, 43 which are currently also used for configuration. 44 45 {{{ 46 # sh autogen.sh 47 # sh configure 48 # make 49 # make install 50 }}} 43 51 44 52 … … 49 57 Build instructions: 50 58 51 # sh autogen.sh [[BR]] 52 # sh configure [ --enable-doc ] [[BR]] 53 # make [[BR]] 54 # make install [[BR]] 59 {{{ 60 # sh autogen.sh 61 # sh configure [ --enable-doc ] 62 # make 63 # make install 64 }}} 55 65 56 66 The installed headers currently depend on a libdect-internal file, you need to … … 65 75 Build instructions: 66 76 67 # sh bootstrap.sh [[BR]] 68 # sh configure [[BR]] 69 # make [[BR]] 70 # make install [[BR]] 77 {{{ 78 # sh bootstrap.sh 79 # sh configure 80 # make 81 # make install 82 }}} 71 83 72 84 An example configuration file called dect.conf is included.