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.

*/

Linux Xubuntu에 CommonAPI C/C++ 개발환경 구축하기

Xubuntu 16.04 환경(설치방법)에서 GENIVI의 CommonAPI C/C++ 개발 환경을 구축해 보자.
  • JAVA 설치(Version 8)
    • Oracle Site(www.oracle.com)에서 JAVA SE 8 8u161 다운로드
    • 다운로드페이지에서 Accept License Agreement 체크
    • 64bit 버젼 다운로드(jdk-8u161-linux-x64.tar.gz)
    • Xubuntu에 기본적으로 설치되어져있는 firefox에서 다운로드 받으면 ~/Downloads폴더에 저장된다.
    • Downloads 폴더로 이동후 압축을 해제한다.
      • $ tar -xvzf jdk-8u161-linux-x64.tar.gz
    • 관리자 권한으로 압축해제된 파일들을 /usr/local 폴더 아래로 이동시킨다.
      • $ sudo mv jdk1.8.0_161 /usr/local
    • 앞에서 설치한 파일들을 사용할 수 있도록 다음과 같이 환경 변수를 설정한다.
      • $ sudo vi /etc/profile
        • JAVA_HOME=/usr/local/jdk1.8.0_161
        • PATH=$PATH:$JAVA_HOME/bin
        • CLASS_PATH=.:$JAVA_HOME/jre/lib/ext:$JAVA_HOME/lib/tools.jar
        • export JAVA_HOME PATH CLASS_PATH
    • 다음과 같이 변경된 profile을 적용한다.
      • $ source /etc/profile

    • g++ Compiler를 설치 및 버젼 확인.
      • $ sudo apt-get install g++
      • $ g++ --version

    • cmake 설치 및 버젼 확인.
      • $ sudo apt-get install cmake
      • $ cmake --version

    • expat 설치
      • $ wget http://sourceforge.net/projects/expat/files/expat/2.1.0/expat-2.1.0.tar.gz
      • $ tar -xzf expat-2.1.0.tar.gz 
      • $ cd expat-2.1.0/
      • $ ./configure
      • $ make
      • $ sudo make install

    • CommonAPI 개발환경 구축 완료

식빵이의 놀이


VMWare상 Xubuntu에서 Install VMWare Tools설치

VMWare상 Xubuntu에서 Install VMWare Tools 설치 방법
Windows와 공유폴더를 사용하려면 설치해야 한다.


  • Terminal 실행
          $ su
          $ ls -la /media/min/VMware\ Tools/
          $ tar -zxpf /media/min/VMware\ Tools/VMwareTools-10.1.6-5214329.tar.gz
          $ cd vmware-tools-distrib
          $ ./vmware-install.pl             <= 여러차례 enter 필요
* 설치가 완료되면 VMWare Tools는 Eject된다.

:


Xubuntu Root 계정 만들기

Xubuntu를 설치 후 root 계정 만들기
  • Terminal 실행
    • $sudo passwd root
    • [sudo] password for 현재계정 : <= 현재계정의 password입력
    • Enter new UNIX password :  <= root계정의 password로 사용할 것 입력
    • Retype new UNIX password : <= 위의 password를 재입력

logout후 root 계정으로 login 

VMWare에 Linux Xubuntu 설치


  • Xubuntu download
    • Home Pages : https://xubuntu.org/
    • Xubuntu 16.04 LTS Torrents Download : Torrent file(64bits)(32bits)
    • 특징 : 
      • Ubuntu와 같은 동일한 소프트웨어 소스를 사용.
      • Ubuntu에서 사용하는 실행코드들을 사용가능. 
      • 시스템 자원을 덜 사용하는 Xfce 데스크톱 환경을 사용.
  • Xubuntu 설치
    • VMWare File->New Virtual Machine 선택
    • Typical -> Next
    • Guest Operating System Installation -> Installer disc image -> Browse
      • 위에서 다운로드 받은 파일( xubuntu-16.04.3-desktop-amd64.iso ) 선택

    • Username & Password 입력 -> Next
    • Virtual machine이름과 저장위치 선택 -> Next 

    • Specify Disk Capacity 
      • 기본 20.0 GByte : 특별히 사용할게 많지 않으면 기본용량으로
    • Ready to Create Virtual Machine -> Finish
      • 자동설치(2~30분)
    • 설치완료
      • loggin : 앞에서 입력한 User name과 Password 입력

  • Update
    • Language Support
      • Run this action now <- Click
      • The language support is not installed completely -> install
      • Install/Remove languages.. <- Click
        • Install하고자하는 언어 선택 : Korean -> Apply