Jslibs簡單教學 for Linux

網站:http://code.google.com/p/jslibs/

       Jslibs是個滿有趣的專案,讓你可以不用browser就可以來執行Javascript。只要將寫好js的code
然後下指令就可以看到程式的結果了。

       而Jslibs是使用SpiderMonkey 的library,這個library是Gecko's JavaScript engine。內容以
後再補充,先來講解如何在Linux下如何設定環境來執行js。




1. 下載jslibs


$ svn checkout http://jslibs.googlecode.com/svn/trunk/ jslibs


2.prerequisite

    
     因為要build jslibs所以要先確認以下的套件有沒有安裝完畢。Ubuntu 請利用apt-get來安裝
  • Python
  • zip
  • subversion (to download source files) optional
  • gcc and g++ 3 or 4
  • GNU make 3.8+
  • -or- build-essential
  • patch (needed to compile libtomcrypt)
  • autoconf2.13 (needed to compile the JavaScript engine)
  • automake 1.8.2+ (needed to compile ode) optional
  • libtool 1.5.22+ (needed to compile ode) optional
  • gcc-4.1-multilib (needed to compile on 64-bit platforms) optional
  • pkg-config (required by glib configure)
  • gettext (required by glib configure)
3. make
  
$   cd jslibs
$   make all
$   make copy


P.S. 因為我的作業系統環境是Ubuntu 10.04 64位元 ,所以在make all的時候就會出現問題,
我到討論區看了一下issues,原來是jslibs還沒完全支援64位元的作業系統,所以找時間再用
32位元的Linux去跑看看。  


留言

熱門文章