Letractively / springweblobby

Automatically exported from code.google.com/p/springweblobby
0 stars 0 forks source link

Compile / development procedures #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks like a nice lobby (prettier than ZKL, anyway), and I'm tempted to dig 
around, to see how it works.

Is there a dev README or something?

I have gcc and a bunch of qt libs, and have checked-out the read-only working 
copy.

Now what? What do I point at what to compile a development copy?

Are there unit tests etc. I should run?

Original issue reported on code.google.com by a...@appsynergy.net on 1 Jun 2014 at 2:53

GoogleCodeExporter commented 8 years ago
Join the #weblobbydev channel to discuss development stuff.

It's basically a webapp. Most of the project is JavaScript code, the c++ part 
just opens a page with QtWebKit and provides low-level functions for launching 
processes, networking, accessing unitsync, etc. That means that most probably 
you don't need to bother compiling it yourself. You can make a change in js 
code and then launch weblobby with -url file:///path/to/svn/site/index.html to 
test it.

Original comment by danila.b...@gmail.com on 1 Jun 2014 at 3:32

GoogleCodeExporter commented 8 years ago
Oh yeah, duh.

The "To compile weblobby you need the following..." bit in  
https://code.google.com/p/springweblobby/wiki/QtDevelopment sent me off down 
the wrong path!

Original comment by a...@appsynergy.net on 1 Jun 2014 at 4:04

GoogleCodeExporter commented 8 years ago
Oh, and I think you meant:

--url file:///path/to/svn/site/index.suphp

instead, but - yeah, I gotcha.

Original comment by a...@appsynergy.net on 1 Jun 2014 at 4:11

GoogleCodeExporter commented 8 years ago
Development has moved to https://github.com/springweblobby
Ask in #weblobbydev if you have any development questions.

Original comment by danila.b...@gmail.com on 5 Jun 2014 at 1:44