mention to run autogen.sh after checkout

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1186 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-09-22 11:39:39 +00:00
rodzic 2a99882e69
commit efc652ffff
1 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -84,6 +84,8 @@ tests: rigctl/rotctl and various C programs for testing
Reading the INSTALL file in top directory will explain you more verbosely Reading the INSTALL file in top directory will explain you more verbosely
to do the following commands to do the following commands
chmod +x autogen.sh
./autogen.sh
./configure --config-cache --disable-static --prefix=/some/where ./configure --config-cache --disable-static --prefix=/some/where
make make
make install make install
@ -91,6 +93,8 @@ to do the following commands
The prefix argument is optionnal. The --disable-static speeds up The prefix argument is optionnal. The --disable-static speeds up
compilation if you don't plan to use static libraries. compilation if you don't plan to use static libraries.
NOTE: autogen.sh has only to be run the first time after a fresh checkout.
* testing Hamlib * testing Hamlib
Don't attempt to test Hamlib from source directory unless you're a Don't attempt to test Hamlib from source directory unless you're a
@ -110,9 +114,9 @@ Or simply:
rigctl --help rigctl --help
Let's say you own an Icom IC-756: Let's say you own an Icom IC-756:
rigctl -vvvv -r /dev/ttyS0 -m 326 rigctl -vvvvv -r /dev/ttyS0 -m 326
The -vvvv is very important since this will increase verbosity, and give The -vvvvv is very important since this will increase verbosity, and give
precious traces to developpers if something goes wrong. At this level, precious traces to developpers if something goes wrong. At this level,
the protocol data exchanged will also be dumped. the protocol data exchanged will also be dumped.
Unless some problem shows up, you should be presented with a menu Unless some problem shows up, you should be presented with a menu
@ -148,7 +152,7 @@ Tip: traces can be hard to cut and paste sometimes. In that case,
$ script my_rig_traces.txt $ script my_rig_traces.txt
Script started, file is my_rig_traces.txt Script started, file is my_rig_traces.txt
$ rigctl -vvvv -r /dev/ttyS0 -m 326 $ rigctl -vvvvv -r /dev/ttyS0 -m 326
rig:rig_init called rig:rig_init called
rig: loading backend icom rig: loading backend icom
icom: _init called icom: _init called