Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for libplaton/INSTALL between version 1.4 and 1.5

version 1.4, 2002/10/09 12:35:52 version 1.5, 2002/10/09 13:04:15
Line 4  using these commands.
Line 4  using these commands.
 ./configure  ./configure
 make  make
   
 After this, you can manualy build shared library by calling particular building  After this, you can manualy build shared and static library by calling
 command. Note, that this will be part of standart libplaton building stuff in  particular building command. Note, that this will be part of standart
 near future.  libplaton building stuff in near future.
   
 objs=`find ./ -type f -name *.o`;  objs=`find ./ -type f -name *.o`;
 ld -shared -o libplaton.so.0.1 $objs;  ld -shared -o libplaton.so.0.1 $objs;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top