Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Sobota, 20. apríl 2024

Rozdiely pre libplaton/INSTALL medzi verziami 1.3 a 1.5

verzia 1.3, 2002/10/09 12:01:43 verzia 1.5, 2002/10/09 13:04:15
Riadok 4  using these commands.
Riadok 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`;  ld -shared -o libplaton.so.0.1 $objs;  objs=`find ./ -type f -name *.o`;
   ld -shared -o libplaton.so.0.1 $objs;
   ar r libplaton.a $objs;
   
 Nepto [9/10/2002]  Nepto [9/10/2002]
   

Legend:
Odstranené z verzie1.3  
zmenené riadky
  Pridané vo verzii1.5

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok