<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><font face="FreeSerif">On 02/26/2014
        05:38 AM, Daniel Hughes wrote:</font><br>
    </div>
    <blockquote
cite="mid:CAC5vxh0YY1ig3xgQGSyi_8v9A=Voy5PN=YNc9MGaYeqnaQBcVg@mail.gmail.com"
      type="cite">
      <pre wrap="">What do I need to do to build the latest sword?</pre>
    </blockquote>
    <font face="FreeSerif">Start with a fresh tree.&nbsp; Edit usrinst.sh to
      enable shared libs:<br>
      #OPTIONS="--disable-shared $OPTIONS"<br>
      Then...<br>
      ./autogen.sh<br>
      ./usrinst.sh<br>
      make<br>
      sudo make install<br>
      <br>
      autogen.sh will require that you have the "autotools" packages
      (autoconf, autogen, automake).<br>
      usrinst.sh runs configure for you, with good options.<br>
      <br>
      As observed, for this to succeed you need the development packages
      for a number of libraries, notably ICU.<br>
    </font>
  </body>
</html>