Programming Environment Setup Programming Environment Programming environment Linux

  • Slides: 5
Download presentation
Programming Environment Setup

Programming Environment Setup

Programming Environment • Programming environment • Linux: free, open source Operating System (OS) •

Programming Environment • Programming environment • Linux: free, open source Operating System (OS) • Setting up Linux on your machine • Create a virtual machine within your computer • VMware, Virtual. Box, … • Download VMware Player • • https: //my. vmware. com/web/vmware/downloads Find “Desktop & End-User Computing” category Find “VMware Workstation Player” Click on Download product 2

Installation Steps (VMware Player) • 1. Download VMware Player • 2. Install VMware Player

Installation Steps (VMware Player) • 1. Download VMware Player • 2. Install VMware Player • 3. Download Linux image file • • • http: //www. ubuntu. com/download/desktop Click “Download” button Ignore information about money and scroll down Click on “Not now, take me to the download>” Remember where you have downloaded iso file 3

Installation Steps (VMware Player) • 4. Open VMware Player • 5. Click on “Create

Installation Steps (VMware Player) • 4. Open VMware Player • 5. Click on “Create a New Virtual Machine” • 6. Mark “Installer disc image file (iso): • Browse for iso file you downloaded at step 3 • Press “Next” • 7. Fill in your username & password • 8. Name the Virtual Machine • 9. Specify Disk Capacity • 10. Press “Finish” 4

Additional Setups • 1. How to open terminal • Click on Home button •

Additional Setups • 1. How to open terminal • Click on Home button • Type terminal and press ENTER • Q. What do you do with terminal? • A. You can control the system by typing commands (ex. Create/delete file/directory, shutdown Linux, change resolution, …) • How to give commands explained later in today’s precept • 2. Install packages needed for EE 209 • Open terminal • Type following command press ENTER • sudo apt-get -y install build-essential emacs 5