Xiangguo Qi <[email protected]> writes: > Samsung Enterprise Portal mySingle > > Hi Raphael Kubo da Costa, > > I downlad the source code from > https://github.com/crosswalk-project/tizen-extensions-crosswalk/archive/master. > zip > > and unzip it and then git init > > build it with " sudo gbs build -A i586 --include-all"
Well there's your problem :-) If you pass --debug to gbs build (you don't need sudo, by the way) you'll see that you actually have a ton of errors when gbs tries to create a tarball from your handmade git tree without any actual files. Instead of downloading that zip file, you should really clone the repository and start from there. _______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
