153 | | (Of course, you use the options for {{{configure}}} that you want to use, not necessarily the ones above.) After you run {{{configure}}}, you will find the same directory structure under {{{$HOME/Obj/debug/Coin-Pkg}}} as in {{{$HOME/Coin-Pkg}}} (at least those directories that have source code in {{{$HOME/Coin-Pkg}}}), together with the Makefiles. To compile the code, you how type the {{{make}}} command in {{{$HOME/Obj/debug/Coin-Pkg}}}. Note that if you don't specify a specific installation location with the {{{--prefix}}} flag when running {{{configure}}}, the installed files will go into {{{bin}}}, {{{lib}}}, and {{{include}}} subdirectories of {{{$HOME/Obj/debug/Coin-Pkg}}}. |
| 153 | (Of course, you use the options for {{{configure}}} that you want to use, not necessarily the ones above.) After you run {{{configure}}}, you will find the same directory structure under {{{$HOME/Obj/debug/Coin-Pkg}}} as in {{{$HOME/Coin-Pkg}}} (at least those directories that have source code in {{{$HOME/Coin-Pkg}}}), together with the Makefiles. To compile the code, you now type the {{{make}}} command in {{{$HOME/Obj/debug/Coin-Pkg}}}. Note that if you don't specify a specific installation location with the {{{--prefix}}} flag when running {{{configure}}}, the installed files will go into {{{bin}}}, {{{lib}}}, and {{{include}}} subdirectories of {{{$HOME/Obj/debug/Coin-Pkg}}}. |