Jump to content
The Uniform Server Community

Recommended Posts

Posted

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

Posted

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

Posted

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...

Posted

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

Posted

The commands in the readme assume that you are running linux, they are linux build commands used to compile applications from source. If you want to run that application you either have to get a box with linux installed or see if it is possible to compile the program under windows.

IPB Image

 

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...
×
×
  • Create New...