Find the answer to your Linux question:
Results 1 to 3 of 3
Hello all I've got the "OpenCryptoKi" project source from "sourceforge.net" But I don't know how should I compile and build it by "GCC" or "Make"?! I have ubuntu 9.04 and ...
  1. #1
    Just Joined!
    Join Date
    Sep 2009
    Posts
    27

    how to compile a big project in linux command line?

    Hello all

    I've got the "OpenCryptoKi" project source from "sourceforge.net"

    But I don't know how should I compile and build it by "GCC" or "Make"?!

    I have ubuntu 9.04 and I've set the linux runlevel at 3, but I'm not so familiar with compiling such project at

    commandline environment of linux!

    Please help me how to compile this?!!

    I'm so hurry!!

    THX

  2. #2
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Have you checked out this page? Link.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Most Linux projects supplied as source code have a configure script that will test your system for necessary and/or compatible components such as compiler, libraries, etc. and then generate a Makefile. After that, normally you would first execute "make" with no arguments, and then run "make install" as root, or in your case with Ubuntu you would run "sudo make install". If the is no configure script, then run make directly. If there is a configure script and it gives you an error trying to configure the build environment, you can try "./configure --help" to get a list of options you can use to modify the behavior of the script, such as skipping some unnecessary components that may not exist on your system.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...