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

File: [Platon] / libplaton / INSTALL (download)

Revision 1.3, Wed Oct 9 12:01:43 2002 UTC (21 years, 5 months ago) by nepto

Changes since 1.2: +14 -0 lines

Added INSTALL file with simple installation instructions and also with
  description of way how to build shared library since building stuff is
  not finished yet.

Building stuff is not finished yes, but anyway you can compile sources
using these commands.

./configure
make

After this, you can manualy build shared 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;

Nepto [9/10/2002]


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