Elmer_Examples_for_CADG

Elmer FEM Examples for CAD&Graphics

View the Project on GitHub dymaxionkim/Elmer_Examples_for_CADG

Elmer_Examples_for_CADG

Elmer FEM Examples for CAD&Graphics

cadg_02_elmer_install_09

1. 개요(Intro)

2. 설치(Installation)

(1) 개요

(2) 요구조건(Pre-Requisites)

(3) 버츄얼박스(VirtualBox) 및 루분투(Lubuntu)설치

(4) Github에 있는 참고자료 받기

sudo apt -y update
sudo apt -y upgrade
sudo apt -y install git
mkdir /home/osboxes/github
cd /home/osboxes/github
git clone https://github.com/dymaxionkim/Elmer_Examples_for_CADG.git

(5) 자동 어플리케이션 설치 및 환경설정 작업 수행

cd /home/osboxes/github/Elmer_Examples_for_CADG/CADG_02_Elmer_Install
chmod +x ./AutoSetup.sh
sudo sh AutoSetup.sh
sudo apt -y autoremove
df -h
free -m
htop
https://github.com/dymaxionkim/Elmer_Examples_for_CADG/issues

감사합니다!