Changes between Version 7 and Version 8 of FortranApps


Ignore:
Timestamp:
Oct 7, 2007, 2:47:17 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortranApps

    v7 v8  
    9191
    9292Link with: `libboinc.lib`, `libboincapi.lib`, own graphics lib, `gdi32.lib` `user32.lib` `opengl32.lib` `glu32.lib` `advapi32.lib` `delayimp.lib` `freetype.lib` `glut32.lib` (you may need `/link /nodefaultlib:libc.lib`).
     93
     94== Example from David Braun ==
     95
     96An example FORTRAN application is attached.
     97{{{
     98instructions:
     99
     100../fortran/configure
     101'--with-boinc=/usr/people/dbraun/src/boinc/build-5.9.3'
     102'--with-boinc_src=/usr/people/dbraun/src/boinc/boinc5.9.3' 'FC=gfortran'
     103
     104make
     105
     106I have different complie and src directories for boinc. --with-boinc is
     107the compile dir and --with-boinc_src is the source directory.
     108
     109the app does nothing.  this is dTASSER without the dTASSER code.  it
     110does compile link against the boinc libs.
     111}}}