<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=GBK">
  </head>
  <body>
    <pre style="font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; margin: 1em 1em 1em 1.6em; padding: 8px; background-color: rgb(250, 250, 250); border: 1px solid rgb(226, 226, 226); border-radius: 3px; width: auto; overflow: auto hidden; color: rgb(51, 51, 51); font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><font style="vertical-align: inherit;"><font style="vertical-align: inherit;">$ git clone git£º//git.osmocom.org/osmo-trx
$ git branch
* master
$ ./configure 
...
checking for LIBOSMOCORE... no
configure: error: Package requirements (libosmocore >= 1.3.0) were not met:

No package 'libosmocore' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.




Then,
check the information of libosmocore:
$dpkg -l |grep libosmocore
ii  libosmocore:amd64                          0.9.0-7                                          amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore6:amd64                         0.9.0-7                                          amd64        Osmo Core library

$ sudo apt-get install libosmocore
...
libosmocore has already been the newest version (0.9.0-7)¡£




why???what can i do?
</font></font></pre>
  </body>
</html>