Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Piatok, 29. marec 2024

Rozdiely pre libplaton/INSTALL medzi verziami 1.1 a 1.5

verzia 1.1, 2001/12/07 08:48:27 verzia 1.5, 2002/10/09 13:04:15
Riadok 0 
Riadok 1 
   Building stuff is not finished yes, but anyway you can compile sources
   using these commands.
   
   ./configure
   make
   
   After this, you can manualy build shared and static library by calling
   particular building command. Note, that this will be part of standart
   libplaton building stuff in near future.
   
   objs=`find ./ -type f -name *.o`;
   ld -shared -o libplaton.so.0.1 $objs;
   ar r libplaton.a $objs;
   
   Nepto [9/10/2002]
   

Legend:
Odstranené z verzie1.1  
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