XDS-Viewer: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 15: Line 15:
  # unpack and note where the bin directory is
  # unpack and note where the bin directory is
   
   
  wget http://downloads.sourceforge.net/x/xd/xds-viewer/xds-viewer-0.5.tar.gz
  wget http://downloads.sourceforge.net/xds-viewer/xds-viewer-0.5.tar.gz
  # unpack, then edit compile.sh and add a line like
  # unpack, then edit compile.sh and add a line like
  # PATH=<path to cmake bin directory>:/usr/local/Trolltech/Qt-4.5.0/bin:$PATH
  # PATH=<path to cmake bin directory>:/usr/local/Trolltech/Qt-4.5.0/bin:$PATH
   
   
  compile.sh  # this gives the binary in the build/bin directory
  compile.sh  # this gives the binary in the build/bin directory
I worked out the following patch to make the x and y values fit into the upper right window:
--- xds-viewer-old/src/mainwindow.ui    2009-03-08 15:00:55.000000000 +0100
+++ xds-viewer-new/src/mainwindow.ui    2009-03-05 22:22:37.000000000 +0100
@@ -142,7 +142,7 @@
            <property name="font" >
              <font>
              <family>Monospace</family>
-            <pointsize>12</pointsize>
+            <pointsize>11</pointsize>
              <weight>75</weight>
              <bold>true</bold>
              <strikeout>false</strikeout>


The resulting binaries are available at ftp://turn5.biologie.uni-konstanz.de/pub .
The resulting binaries are available at ftp://turn5.biologie.uni-konstanz.de/pub .
2,651

edits