Documentation
See Franca+ Documentation and Working with Franca+.
Build instructions
설치방법 : https://at.projects.genivi.org/wiki/display/PROJ/Howto+Build+from+Source
1. git , maven(3.5) , jdk(1.8) 설치
2. 다운로드 clone https://github.com/GENIVI/franca_plus
3. releng/org.francaplus parent
4. 설치 mvn generate-sources inistall
5. Find the executable product in product releng/org.francaplus.product
1. eclipse-dsl-oxygen-2-linux-gtk-x86_64.tar.gz 다운로드
2. 압축해제
tar xvf eclipse-dsl-oxygen-2-linux-gtk-x86_64.tar.gz
3. 창에서 window > preferences. > Install/Update > Available Software Sites.
1) . Eclipse Xtend
http://download.itemis.com/updates/releases
2). KIELER http://rtsys.informatik.uni-kiel.de/~kieler/updatesite/release_pragmatics_2017-02-04
-- 설치 못함
KIELER Lightweight Diagrams - Developer Resources & Examples, version 0.42.2 or later from this update site
3). dbus
http://kbirken.github.io/dbus-emf-model/releases/
4) . OMG IDL
http://franca.github.io/franca/update_site/thirdparty
5). Google Protobuf
http://franca.github.io/franca/update_site/thirdparty
6. franca
http://franca.github.io/franca/update_site/releases
최신 Franca 업데이트 사이트
https://drive.google.com/drive/folders/0B7JseVbR6jvhazEtRDVsSk9mX1k
에서 자료를 다운로드함
franca-20190102T053913Z-001\franca\Releases\0.13 파일을 복사하였다.
add file : site_franca_0.13.1.201807231814.zip 파일을 추가하여 모두 설치함
$ sudo apt-get install openjdk-7-jdk
jdk1.7
설치로 변경
lrwxrwxrwx 1 root root 22 Aug 25 2016 java -> /etc/alternatives/java
# /usr/local/bin/mvn 경로에 메이븐 3.3.3에 대한 심볼릭 링크 생성
$ alternatives --install /usr/local/bin/mvn mvn /usr/lib/apache-maven-3.3.3/bin/mvn 30303
# /usr/local/bin/mvn 경로에 메이븐 3.3.9에 대한 심볼릭 링크 생성
$ alternatives --install /usr/local/bin/mvn mvn /usr/lib/apache-maven-3.3.9/bin/mvn 30309
alternatives --install