How to use Arageli on Linux

This howto will show you how to use Arageli on Centos 5.2 x86_64 (gcc 4.1.2).

Download and compile the library

#cd ~

#svn co -q http://arageli.svn.sourceforge.net/svnroot/arageli/trunk libarageli

#cd libarageli

#make

Use Arageli library in your code

#mkdir ~/arageli_example

#cd ~/arageli_example

#wget http://www.arageli.org/examples/example1.cpp

#g++ -I"../libarageli/src/" example1.cpp -larageli -L"../libarageli/lib/" -o example1

#./example1

My first big_int: 30414093201713378043612608166064768844377641568960512000000000000

--
Enjoy!


  If you have any questions about information on this page or you have noticed an error,
  please contact Arageli Information Service.

  Last modified: 2008-12-06
  Design and content - © Nikolai Yu. Zolotykh, 2006, © Sergey S. Lyalin, 2006.
  Webmaster - Sergey V. Lobanov
  University of Nizhni Novgorod, Russia.