This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

*/

Franca IDL 예제

Eclipse-based Franca툴 설치하기

예제프로젝트 Import


  • Franca에서 제공하는 예제 프로젝트 org.franca.examples.basic를 이용하여 아래의 순서대로 import해보자.
    1. Eclipse에서 File > Import ... 순서로 선택한다.
    2. 열려진 다이얼로그박스에서, General > Existing projects into workspace.를 선택한다.
    3. Import 다이얼로그박스에서, Browse.. 버튼을 눌러 org.franca.examples.basic 디렉토리를 선택한다.
    4. Projects 리스트에서 위에서 추가한 프로젝트를 선택한다.
    5. Copy projects into workspace 항목은 체크하지않은 상태를 유지한다.
    6. Finish 버튼을 누른다.
  • 위의 순서대로 하면 예제 프로젝트가 Package Explorer창에 보인다. 거기에서 models/org/example/MediaPlayer.fidl을 더블 클릭하면 아래와 같이 fidl 에디터가 열린다.

Embedded Linux board에 Python 3.6 설치하기

먼저 레포지토리를 추가한다
$ sudo add-apt-repository ppa:jonathonf/python-3.6
apt를 업데이트한다.
$ sudo apt-get update
Python 3.6을 설치한다.
$ sudo apt-get install python3.6

Python 3.6을 실행시킨다.
$ python3