Преглед изворни кода

Merge branch 'master', remote-tracking branch 'gokr/master'

Nicolas Petton пре 14 година
родитељ
комит
9094e606fa
3 измењених фајлова са 7 додато и 3 уклоњено
  1. 1 1
      examples/webos/eris/Makefile
  2. 5 1
      examples/webos/hellojtalk/README
  3. 1 1
      examples/webos/hellojtalk/index.html

+ 1 - 1
examples/webos/eris/Makefile

@@ -6,7 +6,7 @@
 #
 #
 PACKAGE  := amber.eris
 PACKAGE  := amber.eris
 VERSION  := 0.0.1
 VERSION  := 0.0.1
-FLAGS    := -L COMPILER
+FLAGS    := -l Compiler
 
 
 IPK      := $(PACKAGE)_$(VERSION)_all.ipk
 IPK      := $(PACKAGE)_$(VERSION)_all.ipk
 FILE     := Program
 FILE     := Program

+ 5 - 1
examples/webos/hellojtalk/README

@@ -1 +1,5 @@
-This is just a first kinda messy experiment with Enyo, doesn't do anything sensible.
+This is just a first kinda messy experiment with Enyo, doesn't do anything sensible. If you have Chromium installed and also the Enyo framework accessible in your home directory as it is referenced in index.html - then you could probably do:
+
+	make chromium
+
+...to start the app in Chromium.

+ 1 - 1
examples/webos/hellojtalk/index.html

@@ -2,7 +2,7 @@
 <html>
 <html>
 <head>
 <head>
 	<title>Enyo Jtalk HelloWorld</title>
 	<title>Enyo Jtalk HelloWorld</title>
-	<script src="../../../enyo/1.0/framework/enyo.js" type="text/javascript"></script>
+	<script src="../../../../enyo/1.0/framework/enyo.js" type="text/javascript"></script>
 </head>
 </head>
 <body>
 <body>
 <script type="text/javascript">
 <script type="text/javascript">