<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="DejaVu Sans">1) git clone
      git://gerrit.libreoffice.org/core libo to get the source code.<br>
      2) cd libo<br>
      3) ./autogen.sh --enable-ext-mysql-connector  --with-system-mysql<br>
      4) make dev-install 2>&1 | tee build.log<br>
      <br>
           While running #4, I saw 2 notes in the Terminal: <br>
      Recompile with -Xlint: deprication for details<br>
      Recompile with -Xlint: uncheck for details<br>
           First of all how do I recompile after make dev-install?<br>
      <br>
      --Dan<br>
    </font>
  </body>
</html>