Sandbox

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Sandbox - Test page for Wiki editing)
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
{| class="wikitable" style="background#00CC00;border-left:1px solid white;border-right:1px solid white;border-top:0px solid white; border:1px solid #00CC00; float:right; margin: 0 0 1em 1em;"
 +
! style="background:#00cc00;border-left:1px solid white;border-right:5px solid white;border-top:0px solid white; border:1px solid #00CC00;" |<font color=white>Hardware</font>
 +
|-
 +
!style="background:#ffffff;border-left:1px solid white;border-right:1px solid white;border-top:0px solid white; border:1px solid #FFFFff;" |<div align=left>[[Openmoko-supported hardware]]
 +
|-
 +
!style="background:#FFFFff;border-left:1px solid white;border-right:1px solid white;border-top:0px solid white; border:1px solid #FFFFff;" |<div align=left>[[HXD8]]</div>
 +
|}
 +
 +
 +
 
==簡體中文首頁BOX==
 
==簡體中文首頁BOX==
 
<table class="wikitable" cellspacing="4" cellpadding="6" width="100%" style="color:white">
 
<table class="wikitable" cellspacing="4" cellpadding="6" width="100%" style="color:white">
Line 116: Line 126:
 
Literal curly brace test:
 
Literal curly brace test:
  
 
+
[[Category:new123]]
  
  

Latest revision as of 01:11, 27 January 2009

Hardware


[edit] 簡體中文首頁BOX

Openmoko 大陆区最近消息 Openmoko 台湾区最近消息

Openmoko 校园计划

Openmoko 全球最近消息 Openmoko 繁中文讨论区热门主题



[edit] test for main page box

Openmoko 大陸區最近消息 Openmoko 台灣區最近消息

Openmoko 校園計畫

Openmoko 全球最近消息 Openmoko 繁中文討論區熱門主題


[edit] Sandbox - Test page for Wiki editing

Please leave this intro and edit below the line.

Feel free to use this article to try formatting, editing or whatever related. Don't worry, someone will clean up after you.


This is a test Citation needed

here!

Literal curly brace test:



device { iscan enable; pscan enable; }


hello

with a space

Attached is a beta fix for the .la problem. Untar the .tar.bz2 as root, and execute the following bash script as root:

  1. !/bin/sh

DIR=/usr/local/openmoko/arm for la in `find $DIR -iname \*.la`; do dependency_libs= . $la for lib in $dependency_libs ; do delib=`echo $lib | grep -E .la$` if [ -z $delib ] ; then echo -n elif [ -f $delib ]; then echo -n else basedelib=`basename $delib` replacedelibs=`find $DIR -iname $basedelib` found=0 for replacedelib in $replacedelibs ; do if [ $replacedelib == $delib ]; then found=1 fi done if [ $found -gt 0 ] ; then echo -n else sed_delib=`echo $delib | sed 's/\//\\\\\//g'` sed_replacedelib=`echo $replacedelib | sed 's/\//\\\\\//g'`

  1. A bit slow, we could chain expressions for speed. :)

cp $la $la.old cat $la | sed "s/$sed_delib/$sed_replacedelib/g" > $la.new mv $la.new $la rm $la.old fi fi done done

  • For Ubuntu 8.04 ( Previous versions don't support libmokoui2 ) the following is required:
sudo apt-get install gcc g++ autoconf automake binutils libtool libglib2.0-dev \
ccache libxrender-dev intltool libmokoui2-dev libgconf2-dev mtools fakeroot alien check
Views
Personal tools

簡體中文首頁BOX

Openmoko 大陆区最近消息 Openmoko 台湾区最近消息

Openmoko 校园计划

Openmoko 全球最近消息 Openmoko 繁中文讨论区热门主题



test for main page box

Openmoko 大陸區最近消息 Openmoko 台灣區最近消息

Openmoko 校園計畫

Openmoko 全球最近消息 Openmoko 繁中文討論區熱門主題


Sandbox - Test page for Wiki editing

Please leave this intro and edit below the line.

Feel free to use this article to try formatting, editing or whatever related. Don't worry, someone will clean up after you.


This is a test Citation needed

here!

Literal curly brace test:




device { iscan enable; pscan enable; }


hello

with a space

Attached is a beta fix for the .la problem. Untar the .tar.bz2 as root, and execute the following bash script as root:

  1. !/bin/sh

DIR=/usr/local/openmoko/arm for la in `find $DIR -iname \*.la`; do dependency_libs= . $la for lib in $dependency_libs ; do delib=`echo $lib | grep -E .la$` if [ -z $delib ] ; then echo -n elif [ -f $delib ]; then echo -n else basedelib=`basename $delib` replacedelibs=`find $DIR -iname $basedelib` found=0 for replacedelib in $replacedelibs ; do if [ $replacedelib == $delib ]; then found=1 fi done if [ $found -gt 0 ] ; then echo -n else sed_delib=`echo $delib | sed 's/\//\\\\\//g'` sed_replacedelib=`echo $replacedelib | sed 's/\//\\\\\//g'`

  1. A bit slow, we could chain expressions for speed. :)

cp $la $la.old cat $la | sed "s/$sed_delib/$sed_replacedelib/g" > $la.new mv $la.new $la rm $la.old fi fi done done

sudo apt-get install gcc g++ autoconf automake binutils libtool libglib2.0-dev \
ccache libxrender-dev intltool libmokoui2-dev libgconf2-dev mtools fakeroot alien check
Tools