Jump to content
The Uniform Server Community

Compiling a C library on US?


Jackanape
 Share

Recommended Posts

I've got a web app I want to work with, but I haven't "compiled" anything before.

 

The instructions in the readme file say:

 

Building webapp
-------------------
cd webapp

Build both the C library and the examples:
./configure
( cd lib && make build_tables )
make 

Build and run the tests:
./configure
( cd lib && make build_tables )
make check

copy the webappy executable to the same directory as the php scripts

 

Is this something I can do on US? If so, how?

 

I can't find anything in a forum search or on Unicenter on this subject...

Currently Working on Coranto OS Content Management System

Honed my php at GottaTalkPoker

Link to comment
Share on other sites

The application is here:

http://sourceforge.net/projects/holdem-tools/

 

It is described as "a web based Texas Holdem odds calculator. The front end is generated using PHP and JavaScript and makes use of the scriptaculous library. The backend is powered by the poker-eval library, which is written in C."

 

Poker-eval can be found here:

http://pokersource.sourceforge.net/

 

I've never had to compile anything before on any type of server, so I'm at a complete loss...

Currently Working on Coranto OS Content Management System

Honed my php at GottaTalkPoker

Link to comment
Share on other sites

Not enough information is listed on their website so i really dont know, but from what i think i dont think you need a server to run it... You just need those packages... so i am guessing it wont work unless you know what you are really doing.. Try asking them for support...

Link to comment
Share on other sites

Well, the issue really is how to "compile" libraries...

 

As I understand it, it requires "shell access" to a server, but I'm not sure how to get that with US...is there a way?

Currently Working on Coranto OS Content Management System

Honed my php at GottaTalkPoker

Link to comment
Share on other sites

C...I'm going to have to dig around a bit...if I find a solution, I will post it back here, for future generations!

Currently Working on Coranto OS Content Management System

Honed my php at GottaTalkPoker

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...