Results 1 to 2 of 2

Thread: okay another ubuntu question

  1. #1

    okay another ubuntu question

    I know the information is out there but I cannot find it, so I am asking for help, how do I compile, ortable SDK for UPnP Devices (libupnp 1.4.1) in ubuntu server 6.10. if someone can write a short tut on compiling, or help walk me thru this i would be eternally in your debt.
    Last edited by Zelfaldor; February 11th, 2007 at 03:12 AM.
    Life\'s a Dream, Wake Up!!!!!!!!!! -Zelfaldor

  2. #2
    Junior Member
    Join Date
    Jan 2007
    Location
    /home
    Posts
    28
    For what I know of ubuntu, isn't the best distro for compiling things, any way, compiling isn't more than
    Code:
    ./configure && make && make install
    Now, you should check the README file in the source package or type
    Code:
    ./configure --help
    to see all the options avialable for the compile process.

    However, you should be looking for .deb package for ubuntu, is more easiest to mantain updated, take a look at this post and you should be on way to get it working



    Regards

Similar Threads

  1. Question Time
    By jm459 in forum Tech Humor
    Replies: 1
    Last Post: April 14th, 2004, 01:41 PM
  2. Maximum performance question
    By Fasheezy in forum Hardware
    Replies: 5
    Last Post: February 5th, 2004, 04:25 PM
  3. Test Your General Linux Knowledge
    By smirc in forum AntiOnline's General Chit Chat
    Replies: 6
    Last Post: May 13th, 2002, 04:35 PM
  4. Test Your Knowledge of Redhat?
    By smirc in forum AntiOnline's General Chit Chat
    Replies: 3
    Last Post: May 13th, 2002, 03:24 AM
  5. Question Bout AntiPoint Assignment
    By NetSyn in forum Site Feedback/Questions/Suggestions
    Replies: 15
    Last Post: May 8th, 2002, 01:45 AM

Posting Permissions

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