Jackanape Posted September 9, 2007 Report Share Posted September 9, 2007 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... Quote Currently Working on Coranto OS Content Management System Honed my php at GottaTalkPoker Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 10, 2007 Report Share Posted September 10, 2007 What application is this? The what you really need to tell us... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Jackanape Posted September 10, 2007 Author Report Share Posted September 10, 2007 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... Quote Currently Working on Coranto OS Content Management System Honed my php at GottaTalkPoker Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 10, 2007 Report Share Posted September 10, 2007 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... Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Jackanape Posted September 10, 2007 Author Report Share Posted September 10, 2007 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? Quote Currently Working on Coranto OS Content Management System Honed my php at GottaTalkPoker Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 10, 2007 Report Share Posted September 10, 2007 Thats for linux... What kind of libraries anyways? Perl? PHP? Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Jackanape Posted September 10, 2007 Author Report Share Posted September 10, 2007 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! Quote Currently Working on Coranto OS Content Management System Honed my php at GottaTalkPoker Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 10, 2007 Report Share Posted September 10, 2007 Ok Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
metaltailz Posted September 12, 2007 Report Share Posted September 12, 2007 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.