Letractively / webglearth

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

No more build_app.sh ? #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.SVN update
2.look for build_app.sh
3.Its not there anymore

What is the expected output? What do you see instead?
Well, I wanted to use build_app.sh as usual, but it isn't in the latest release 
anymore?

What version of the product are you using? On what operating system?
Using everything on a Mac OSX

Please provide any additional information below.

Original issue reported on code.google.com by vero199...@gmail.com on 13 Apr 2011 at 8:52

GoogleCodeExporter commented 9 years ago
build_app.sh has been replaced by a Makefile for Mac OS X and Linux systems.

You still need to get the Closure library and compiler.  You can download them 
with these commands:
  svn checkout http://closure-library.googlecode.com/svn/trunk/ closure-library
  curl http://closure-compiler.googlecode.com/files/compiler-latest.tar.gz | tar -xzf - compiler.jar

The run
  make
to build everything.

Original comment by tom.pa...@camptocamp.com on 18 Apr 2011 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by slouppetr on 29 Apr 2011 at 7:50