GUIDE Development tools for Windows(10) installation... 2

Size: px
Start display at page:

Download "GUIDE Development tools for Windows(10) installation... 2"

Transcription

1 GUIDE Development tools for Windows(10) installation... 2 C\C++ compiler and CMake installation... 2 Mingw download... 2 Mingw installation... 3 Adding Mingw compilers folder to PATH variable... 7 CMake download CMake installation Developing C\C++ programs without IDE IDE installation Qt CLion Development tools for Linux (Ubuntu) installation C\C++ compiler and CMake installation Developing C\C++ programs without IDE IDE installation Qt CLion

2 Development tools for Windows(10) installation C\C++ compiler and CMake installation Mingw download 2

3 Mingw installation Click install I suggest you leave all options as on this screenshot 3

4 Just keep watching on green bar Click Continue 4

5 Then you ll see this window. We need to install only mingw32-base-bin and mingw32-gcc-g++bin 5

6 Click Installation and then Apply Changes Click Apply 6

7 Adding Mingw compilers folder to PATH variable Rightclick on This PC and then Properties Click on Advanced System Settings 7

8 Click on Environment Variables Choose PATH variable and click Edit 8

9 Click Browse and choose MinGW\bin folder Accept changes 9

10 CMake download 10

11 CMake installation Don t forget to add CMake to PATH 11

12 Developing C\C++ programs without IDE Now we can already create programs with text editors (for example I ll use Sublime Editor) Lets s create a simple program and save source code in main.cpp file 12

13 Now we can compile it through terminal (just write cmd in address bar to open it) Write g++ main.cpp to compile a source code 13

14 Now we have a.exe file that we can run 14

15 IDE installation Developing programs with text editor is cool, but it would be better to develop program with IDE. In this guide I ll show you how to install CLion and Qt IDEs. You can choose any of them. As for me, I like both, so it s for you to decide. But if you have weak PC, I suggest you choose Qt. Qt Qt download 15

16 16

17 Qt installation You can just skip this step We only need Qt Creator that is chosen by default 17

18 Install it wherever you want Click Tools/Options and set compilers, debugger and CMake 18

19 19

20 First project Press Ctrl+N and choose Non-Qt Project/Plain C++ Application Choose CMake 20

21 Choose directory for a project 21

22 Now you can run a simple program (Run or Ctrl+R) 22

23 CLion CLion download 23

24 CLion installation You can set these options as you wish, but I prefer like on screenshot 24

25 I prefer not to send Choose theme 25

26 Make sure that CLion found compilers and CMake and skip remaining steps Activate your student license (if you don t have it yet, get it on JetBrains website) 26

27 First project Click New Project Select project folder and set Language standard to C

28 Now you can run this simple program 28

29 Development tools for Linux (Ubuntu) installation C\C++ compiler and CMake installation Just type in terminal sudo apt-get install gcc g++ cmake 29

30 Developing C\C++ programs without IDE Now we can already create programs with text editors (for example I ll use Sublime Editor) 30

31 Create a simple program and save it as main.cpp 31

32 Now just type in terminal g++ main.cpp We just complied executable file a.out that can be executed through terminal 32

33 IDE installation Developing programs with text editor is cool, but it would be better to develop program with IDE. In this guide I ll show you how to install CLion and Qt IDEs. You can choose any of them. As for me, I like both, so it s for you to decide. But if you have weak PC, I suggest you choose Qt. Qt Qt download Just type in terminal sudo apt-get install qtcreator Ok, now we can run it 33

34 First project Choose Non-Qt Project/Plain C++ Application Select project folder 34

35 Select CMake 35

36 Now you can run a program by clicking Run button 36

37 CLion CLion download 37

38 38

39 CLion installation Extract folder from archive 39

40 Then run clion.sh script through terminal 40

41 I prefer not to send 41

42 I prefer light theme Make sure that CLion found compilers and CMake and skip remaining steps 42

43 Activate your student license (if you don t have it yet, get it on JetBrains website) 43

44 First project Click New Project Choose project folder and set Language standard to C

45 Now you can run this program by clicking Run button 45

COP 3014: Spring 2018 A Guide to Using CLion

COP 3014: Spring 2018 A Guide to Using CLion COP 3014: Spring 2018 A Guide to Using CLion January 16, 2018 1 CLion CLion is a comprehensive C++ Integrated Development Environment developed and maintained by JetBrains. It is very intuitive and easy

More information

ROS Qt Creator Plug-in. Release

ROS Qt Creator Plug-in. Release ROS Qt Creator Plug-in Release Mar 18, 2018 Contents 1 Installation 1 2 FAQ 13 3 Users Help 15 4 Developers Help 23 5 Video Tutorials 25 i ii CHAPTER 1 Installation 1.1 How to Install (Users) This wiki

More information

ROS Qt Creator Plug-in. Release

ROS Qt Creator Plug-in. Release ROS Qt Creator Plug-in Release Mar 18, 2018 Contents 1 Installation 1 2 Users Help 13 3 Developers Help 17 4 Tutorials 19 i ii CHAPTER 1 Installation 1.1 How to Install (Users) This wiki explains the

More information

Parallel Programming

Parallel Programming Parallel Programming Installing Eclipse Parallel Tools Platform (PTP) (Linux Distributions) Preliminaries - Install Java Author B. Wilkinson - Modification date May 29, 2015 Java is needed for the Eclipse

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

OOSIML SIMULATION MODELS. On Windows and Linux

OOSIML SIMULATION MODELS. On Windows and Linux OOSIML SIMULATION MODELS On Windows and Linux Using a Terminal (or Command) Window and Codeblocks Dr. José M. Garrido Department of Computer Science December 2017 College of Computing and Software Engineering

More information

CS 170 Java Tools. Step 1: Got Java?

CS 170 Java Tools. Step 1: Got Java? CS 170 Java Tools This semester in CS 170 we'll be using the DrJava Integrated Development Environment. You're free to use other tools but this is what you'll use on your programming exams, so you'll need

More information

ANUGA Installation Guide

ANUGA Installation Guide ANUGA Installation Guide Release 1.0beta 7013 Ole Nielsen, Duncan Gray, Jane Sexton May 13, 2009 Geoscience Australia Email: ole.nielsen@ga.gov.au ii CHAPTER ONE Introduction This document outlines the

More information

Installing an IDE ELECTRICAL ENGINEERING AND COMPUTER SCIENCE DEPARTMENT. A practical guide to installing NetBeans for Java and C/C++

Installing an IDE ELECTRICAL ENGINEERING AND COMPUTER SCIENCE DEPARTMENT. A practical guide to installing NetBeans for Java and C/C++ ELECTRICAL ENGINEERING AND COMPUTER SCIENCE DEPARTMENT University of Toledo College of Engineering Installing an IDE EECS 1500 EECS 1510 A practical guide to installing NetBeans for Java and C/C++ TABLE

More information

CROSS-PLATFORM UTILITIES (CXUTILS) LIBRARY 2.0 USER DOCUMENTATION

CROSS-PLATFORM UTILITIES (CXUTILS) LIBRARY 2.0 USER DOCUMENTATION CROSS-PLATFORM UTILITIES (CXUTILS) LIBRARY 2.0 USER DOCUMENTATION 1 CONTENTS 2 Introduction... 2 2.1 Cross-Platform Utilities Library (CxUtils)... 2 2.2 Naming Convestions and License... 2 2.3 CxUtils

More information

Installing PHP on Windows 10 Bash and Starting a Local Server

Installing PHP on Windows 10 Bash and Starting a Local Server Installing PHP on Windows 10 Bash and Starting a Local Server Bash on Ubuntu/Windows is a way to use a command line to run all kinds of programs (including git!). But we ll want a Bash terminal to run

More information

Display Modules (DL-DM) Application Developer's Guide

Display Modules (DL-DM) Application Developer's Guide Display Modules (DL-DM) Application Developer's Guide PART NUMBER: 101198 VERSION: 3.0 P Page 1 of 11 Revision Status Revision Date Part Number Description 1.0 2011-08-31 DL-DM700-DGAPPL Initial release

More information

HOW TO USE CODE::BLOCKS IDE FOR COMPUTER PROGRAMMING LABORATORY SESSIONS

HOW TO USE CODE::BLOCKS IDE FOR COMPUTER PROGRAMMING LABORATORY SESSIONS HOW TO USE CODE::BLOCKS IDE FOR COMPUTER PROGRAMMING LABORATORY SESSIONS INTRODUCTION A program written in a computer language, such as C/C++, is turned into executable using special translator software.

More information

Install and Configure Ubuntu on a VirtualBox Virtual Machine

Install and Configure Ubuntu on a VirtualBox Virtual Machine Install and Configure Ubuntu on a VirtualBox Virtual Machine Ronald Mak Department of Computer Engineering Department of Computer Science January 11, 2019 Introduction Because the class will use Linux

More information

Command Line Navigation and Compiling

Command Line Navigation and Compiling Command Line Navigation and Compiling You should become familiar with how to compile and work from the command line. Below is a quick reference and instructions on how to use the gcc c++ compiler (g++)

More information

TI Connect Quick-Start Guide

TI Connect Quick-Start Guide Materials Computer TI Connect software TI-GRAPH LINK cable (gray, black or silver (USB)) TI Graphing Handheld (TI-73, TI-83 Plus, TI-83 Plus Silver Edition, TI-89, TI-92 Plus, TI Voyager plt) Objectives

More information

Structured programming

Structured programming Exercises 1 Version 1.0, 22 September, 2016 Table of Contents 1. Development environments (IDE)............................................. 1 1.1. Text editor..............................................................

More information

Laboratory Assignment #3 Eclipse CDT

Laboratory Assignment #3 Eclipse CDT Lab 3 September 12, 2010 CS-2303, System Programming Concepts, A-term 2012 Objective Laboratory Assignment #3 Eclipse CDT Due: at 11:59 pm on the day of your lab session To learn to learn to use the Eclipse

More information

Eclipse CDT Tutorial. Eclipse CDT Homepage: Tutorial written by: James D Aniello

Eclipse CDT Tutorial. Eclipse CDT Homepage:  Tutorial written by: James D Aniello Eclipse CDT Tutorial Eclipse CDT Homepage: http://www.eclipse.org/cdt/ Tutorial written by: James D Aniello Hello and welcome to the Eclipse CDT Tutorial. This tutorial will teach you the basics of the

More information

Table of Contents. PropellerIDE Documentation

Table of Contents. PropellerIDE Documentation Table of Contents Introduction User Guide Getting Started Installing PropellerIDE Installing FTDI Drivers The Main Window Tool Bar Editor View Code Completion Documentation View Project View Keyboard Shortcuts

More information

Installation of the PLCnext Technology SDK and Eclipse

Installation of the PLCnext Technology SDK and Eclipse Installation of the PLCnext Technology SDK and Eclipse Frank PLCnext Team A software development kit (SDK) is mandatory in order to use C++ applications with PLCnext Technology. This kit is provided by

More information

Handouts for Lecture 1

Handouts for Lecture 1 Handouts for Lecture 1 October 1 Today s exercise: 1. Answer the questionnaire, which is today s quiz. 2. Install the compiler gcc and gfortran. (For Windows, you will also need to make a path.) 3. Make

More information

Using Eclipse for C, MPI, and Suzaku

Using Eclipse for C, MPI, and Suzaku Using Eclipse for C, MPI, and Suzaku Modification date May 30, 2015 B. Wilkinson General. Eclipse is an IDE with plugs for various programming environments including Java and C. Eclipse-PTP (Eclipse with

More information

Masternode Setup Guide

Masternode Setup Guide Masternode Setup Guide What this guide is This guide is aimed at anyone who wants to run a Reliance masternode on an Ubuntu 16.04 VPS. What this guide is not A tutorial for linux. What I mean by that,

More information

Installing Eclipse (C++/Java)

Installing Eclipse (C++/Java) Installing Eclipse (C++/Java) The 2017 suite of text-based languages, Java and C++, utilize the current version of Eclipse as a development environment. The FRC specific tools for the chosen language are

More information

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018 143a, Spring 2018 Discussion Week 4 Programming Assignment Jia Chen 27 Apr 2018 Setting up Linux environment Setting up Linux environment For Ubuntu or other Linux distribution users sudo apt-get update

More information

IntelliJ IDEA Getting Started Guide for FIRST Robotics Competition

IntelliJ IDEA Getting Started Guide for FIRST Robotics Competition IntelliJ IDEA 2016.1 Getting Started Guide for FIRST Robotics Competition 1 PRE-REQUISITES GitHub account. Knowledge of your computer and how to use it. Administrator Account on your computer. Access to

More information

Setting up a compiler

Setting up a compiler 1 of 9 06.02.2009 21:10 Max Berger Personal information and more... Home Disclaimer Research Teaching OpenSource HOWTOs Security Blog Internal Prev Next Unfortunately Eclipse only provides the Integrated

More information

IMPLEMENTING SCL PROGRAMS. Using Codeblocks

IMPLEMENTING SCL PROGRAMS. Using Codeblocks IMPLEMENTING SCL PROGRAMS Using Codeblocks With the GSL on Linux Dr. José M. Garrido Department of Computer Science Updated September 2014 College of Science and Mathematics Kennesaw State University c

More information

EECS Software Tools. Lab 2 Tutorial: Introduction to UNIX/Linux. Tilemachos Pechlivanoglou

EECS Software Tools. Lab 2 Tutorial: Introduction to UNIX/Linux. Tilemachos Pechlivanoglou EECS 2031 - Software Tools Lab 2 Tutorial: Introduction to UNIX/Linux Tilemachos Pechlivanoglou (tipech@eecs.yorku.ca) Sep 22 & 25, 2017 Material marked with will be in your exams Sep 22 & 25, 2017 Introduction

More information

Lab 1: First Steps in C++ - Eclipse

Lab 1: First Steps in C++ - Eclipse Lab 1: First Steps in C++ - Eclipse Step Zero: Select workspace 1. Upon launching eclipse, we are ask to chose a workspace: 2. We select a new workspace directory (e.g., C:\Courses ): 3. We accept the

More information

Coding in C at Home. Part 2 Computational Physics. April 21, 2016

Coding in C at Home. Part 2 Computational Physics. April 21, 2016 Coding in C at Home Part 2 Computational Physics April 21, 2016 1 1 Introduction This document gives a quick overview of how to go about compiling and running C code at home. You are not expected to do

More information

Assignment Submission HOWTO

Assignment Submission HOWTO Assignment Submission HOWTO This document provides detailed instructions on: 1. How to submit an assignment via Blackboard 2. How to create a zip file and check its contents 3. How to make file extensions

More information

Getting Started with Eclipse/Java

Getting Started with Eclipse/Java Getting Started with Eclipse/Java Overview The Java programming language is based on the Java Virtual Machine. This is a piece of software that Java source code is run through to produce executables. The

More information

To Install and Run NCS6

To Install and Run NCS6 To Install and Run NCS6 -Instructions using Linux OS Required Packages: Install before running NCS6 cuda ( CUDA 4.0 ) Use the link below as reference for CUDA installation: http://sn0v.wordpress.com/2012/05/11/installing-cuda-on-ubuntu-12-04/

More information

Manual Eclipse CDT Mac OS Snow Leopard

Manual Eclipse CDT Mac OS Snow Leopard UNVIERSITY OF VICTORIA Manual Eclipse CDT Mac OS Snow Leopard Installation & Demonstration Guide Przemek Lach 9/3/2013 This guide shows how to use install Eclipse and C- Compiler and how to test the setup

More information

Setting up PyCharm Professional

Setting up PyCharm Professional Page 1 Setting up PyCharm Professional You should have already done the following, per a previous document: 1. Install PyCharm Professional 2. Install Git 3. Create a Github account If you have not already

More information

F&S Introduction to QT5

F&S Introduction to QT5 F&S Introduction to QT5 Debugging an Application Version 1.2 (2018-06-14) F&S Elektronik Systeme GmbH Untere Waldplätze 23 D-70569 Stuttgart Germany Phone: +49(0)711-123722-0 Fax: +49(0)711-123722-99 About

More information

Installation of Ubuntu, ns3 and compiling first script for Network Animator (nam)

Installation of Ubuntu, ns3 and compiling first script for Network Animator (nam) REPORT Installation of Ubuntu, ns3 and compiling first script for Network Animator (nam) Jawad Ali Subject: ISPN and ComNets 08PWELE3546 Contents Vmware.exe and Ubuntu.iso downloading and installation...

More information

Step by step to getting R installed on your computer

Step by step to getting R installed on your computer Step by step to getting R installed on your computer 1. Go to the R-Project webpage (www.r-project.org) 2. Select the CRAN option under Download on the left hand side of the page: 3. On the CRAN Mirrors

More information

Building Allegro 5 Library using TDM-GCC and CMake

Building Allegro 5 Library using TDM-GCC and CMake Slide 1 Building Allegro 5 Library using TDM-GCC and CMake Step # Slide # Contents 1 2 Download and Install TDM MinGW 2 5 Test properly installed TDM-GCC version of MinGW 3 9 Download & unzip Allegro,

More information

Setting up my Dev Environment ECS 030

Setting up my Dev Environment ECS 030 Setting up my Dev Environment ECS 030 1 Command for SSHing into a CSIF Machine If you already have a terminal and already have a working ssh program (That is, you type ssh into the terminal and it doesn

More information

ZedBoard Tutorial. EEL 4720/5721 Reconfigurable Computing

ZedBoard Tutorial. EEL 4720/5721 Reconfigurable Computing Introduction: In this lab, you will be learning how to create a custom peripheral in the programmable logic on the ZedBoard and how to communicate with that peripheral from software running on the ARM

More information

Install and Configure wxwidgets on Ubuntu

Install and Configure wxwidgets on Ubuntu Install and Configure wxwidgets on Ubuntu Ronald Mak Department of Computer Engineering Department of Computer Science January 12, 2019 Introduction wxwidgets is a C++ library that allows you to develop

More information

If you are on a Mac/Linux box, some commands will differ, but many will be the same.

If you are on a Mac/Linux box, some commands will differ, but many will be the same. Overview You should become familiar with how to compile and work from the command line. Below is a quick reference and instructions on how to use the gcc c++ compiler (g++) from the Windows command line.

More information

Modern C++ for Computer Vision and Image Processing. Igor Bogoslavskyi and Cyrill Stachniss

Modern C++ for Computer Vision and Image Processing. Igor Bogoslavskyi and Cyrill Stachniss Modern C++ for Computer Vision and Image Processing Igor Bogoslavskyi and Cyrill Stachniss Outline Course introduction Linux introduction C++ syntax Hello World! 2 What you will learn in course How to

More information

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod Page 1 of 19 UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared By: Harald Gjermundrod Table of Contents 1 EASY INSTALLATION... 2 1.1 DOWNLOAD... 2 1.2 INSTALLING... 2 2 CUSTOMIZED INSTALLATION...

More information

Installing VMware Player to Run Ubuntu Linux on a Windows Machine

Installing VMware Player to Run Ubuntu Linux on a Windows Machine Installing VMware Player to Run Ubuntu Linux on a Windows Machine Check that you are connected to the internet before beginning (open Internet Explorer or Firefox or similar). Installing VMware Player

More information

The Python Mini-Degree Development Environment Guide

The Python Mini-Degree Development Environment Guide The Python Mini-Degree Development Environment Guide By Zenva Welcome! We are happy to welcome you to the premiere Python development program available on the web The Python Mini-Degree by Zenva. This

More information

Software Development I

Software Development I 6.148 Software Development I Two things How to write code for web apps. How to collaborate and keep track of your work. A text editor A text editor A text editor Anything that you re used to using Even

More information

Zephyr Kernel Installation & Setup Manual

Zephyr Kernel Installation & Setup Manual Zephyr Kernel Installation & Setup Manual Zephyr kernel is a small footprint Single address space OS, i.e, it combines application specific code with a custom kernel to create a monolithic image that gets

More information

DEVELOPING OOSIML SIMULATION MODELS. Using Codeblocks

DEVELOPING OOSIML SIMULATION MODELS. Using Codeblocks DEVELOPING OOSIML SIMULATION MODELS Using Codeblocks Dr. José M. Garrido Department of Computer Science Updated November 2016 College of Computing and Software Engineering Kennesaw State University c 2015,

More information

How To Move MDaemon To A Different Installation Path Or A Different Installation Path On A New Server

How To Move MDaemon To A Different Installation Path Or A Different Installation Path On A New Server How To Move MDaemon To A Different Installation Path Or A Different Installation Path On A New Server These instructions are intended for MDaemon administrators that want to move their MDaemon installation

More information

COLD WALLET + MASTERNODE SETUP ON LINUX

COLD WALLET + MASTERNODE SETUP ON LINUX COLD WALLET + MASTERNODE SETUP ON LINUX This tutorial shows the steps required to setup your Magnet masternode on a Linux system while running a local cold wallet (Windows system here). Let s get started!

More information

1 Installation (briefly)

1 Installation (briefly) Jumpstart Linux Bo Waggoner Updated: 2014-09-15 Abstract A basic, rapid tutorial on Linux and its command line for the absolute beginner. Prerequisites: a computer on which to install, a DVD and/or USB

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine Here we create a new virtual machine and install Ubuntu 12.04 LTS Server on it. In this instance, we

More information

Lab 2 Building on Linux

Lab 2 Building on Linux Lab 2 Building on Linux Assignment Details Assigned: January 28 th, 2013. Due: January 30 th, 2013 at midnight. Background This assignment should introduce the basic development tools on Linux. This assumes

More information

Installing NS-2 on Ubuntu & 12.10

Installing NS-2 on Ubuntu & 12.10 Installing NS-2 on Ubuntu 10.04 & 12.10 for windows users from the ground up Eslam Mostafa Mahmoud Ayman Mahmoud Ezz Mahmoud Mohsen Mahmoud Rashad Mostafa Kishk gp.team.2013@gmail.com Contents Introduction...

More information

manifold Documentation

manifold Documentation manifold Documentation Release 0.0.1 Open Source Robotics Foundation Mar 04, 2017 Contents 1 What is Manifold? 3 2 Installation 5 2.1 Ubuntu Linux............................................... 5 2.2

More information

LinX Software Suite v3 Getting Started

LinX Software Suite v3 Getting Started 2018-03-19 LinX Software Suite v3 Getting Started Product revision: V3.0.2 Document revision: 1.0 www.crosscontrol.com Contents Revision history...2 1. Brief Introduction...3 2. Components and Installation...3

More information

Exchange Address Book Order

Exchange Address Book Order Exchange Address Book Order From your Outlook Ribbon, locate the Address Book Click on Tools, Options 3 options are available, as shown below, select Custom to arrange the order of your address books.

More information

LOCAL WALLET (COLD WALLET):

LOCAL WALLET (COLD WALLET): This tutorial will teach you how to create a masternode with a "cold/hot" setup. The whole process is as follows. LOCAL WALLET (COLD WALLET): Visit TRAID platform s official repository on GitHub and download

More information

Massey University Follow Me Printer Setup for Linux systems

Massey University Follow Me Printer Setup for Linux systems Massey University Follow Me Printer Setup for Linux systems RedHat and Debian based systems Requirements You must have an active Massey network account, i.e. you should already be able to log onto the

More information

Instruction: Download and Install R and RStudio

Instruction: Download and Install R and RStudio 1 Instruction: Download and Install R and RStudio We will use a free statistical package R, and a free version of RStudio. Please refer to the following two steps to download both R and RStudio on your

More information

Jackson State University Department of Computer Science CSC / Advanced Information Security Spring 2013 Lab Project # 5

Jackson State University Department of Computer Science CSC / Advanced Information Security Spring 2013 Lab Project # 5 Jackson State University Department of Computer Science CSC 439-01/539-02 Advanced Information Security Spring 2013 Lab Project # 5 Use of GNU Debugger (GDB) for Reverse Engineering of C Programs in a

More information

Setting up cross compiling environment & Qt/X11 for the DXSERIES with the ELDK cross compiler

Setting up cross compiling environment & Qt/X11 for the DXSERIES with the ELDK cross compiler Setting up cross compiling environment & Qt/X11 for the DXSERIES with the ELDK cross compiler Table of Contents 1 About this document... 2 2 Revision History... 2 3 Conventions... 2 4 Setting up ELDK...

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

Using RDP with Azure Linux Virtual Machines

Using RDP with Azure Linux Virtual Machines Using RDP with Azure Linux Virtual Machines 1. Create a Linux Virtual Machine with Azure portal Create SSH key pair 1. Install Ubuntu Bash shell by downloading and running bash.exe file as administrator.

More information

Compiling Software on UNIX. System Administration Decal Spring 2009 Lecture #4 George Wu Slides prepared by Joshua Kwan

Compiling Software on UNIX. System Administration Decal Spring 2009 Lecture #4 George Wu Slides prepared by Joshua Kwan Compiling Software on UNIX System Administration Decal Spring 2009 Lecture #4 George Wu Slides prepared by Joshua Kwan Today How to turn source code into programs that run on Linux? What if that software

More information

EE516: Embedded Software Project 1. Setting Up Environment for Projects

EE516: Embedded Software Project 1. Setting Up Environment for Projects EE516: Embedded Software Project 1. Setting Up Environment for Projects By Dong Jae Shin 2015. 09. 01. Contents Introduction to Projects of EE516 Tasks Setting Up Environment Virtual Machine Environment

More information

Applied Informatics POCO PRO C++ Frameworks

Applied Informatics POCO PRO C++ Frameworks Applied Informatics POCO PRO C++ Frameworks Getting Started Guide Version 1.10 Purpose of This Document This document guides developers interested in the POCO PRO C++ Frameworks by Applied Informatics

More information

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving.

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Blackboard Tutorial Exporting a Course This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Exporting vs. Archiving The Export/Archive course

More information

1. Install Homebrew. 2. Install CMake. 3. Build and run the OpenGL program

1. Install Homebrew. 2. Install CMake. 3. Build and run the OpenGL program Compiling OpenGL Programs on macos or Linux using CMake This tutorial explains how to compile OpenGL programs on macos using CMake a cross-platform tool for managing the build process of software using

More information

1) Log on to the computer using your PU net ID and password.

1) Log on to the computer using your PU net ID and password. CS 150 Lab Logging on: 1) Log on to the computer using your PU net ID and password. Connecting to Winter: Winter is the computer science server where all your work will be stored. Remember, after you log

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

USING CODEBLOCKS. Implementing Computational Models

USING CODEBLOCKS. Implementing Computational Models USING CODEBLOCKS Implementing Computational Models With C and the the GSL on Linux Dr. José M. Garrido Department of Computer Science Updated September 2014 College of Science and Mathematics Kennesaw

More information

Installing VirtualBox and Ubuntu

Installing VirtualBox and Ubuntu Installing VirtualBox and Ubuntu August 24, 2013 Here s a short guide to how I installed VirtualBox on an old 2009 Macbook Pro. 1 Necessary files First, we need to get a few files together - the VirtualBox

More information

MEDIA COMPUTATION DRJAVA. Lecture 11.3 November 7, 2008

MEDIA COMPUTATION DRJAVA. Lecture 11.3 November 7, 2008 MEDIA COMPUTATION DRJAVA Lecture 11.3 November 7, 2008 LEARNING GOALS Understand at practical level Where to get DrJava How to start DrJava Dr Java features How to add items to the classpath for DrJava

More information

Ruby AN OVERVIEW. Luigi De Russis Dipartimento di Automatica e Informatica Politecnico di Torino

Ruby AN OVERVIEW. Luigi De Russis Dipartimento di Automatica e Informatica Politecnico di Torino Ruby AN OVERVIEW Luigi De Russis Dipartimento di Automatica e Informatica Politecnico di Torino luigi.derussis@polito.it What is Ruby? Ruby is a dynamic, open source programming language with a focus on

More information

Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0

Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0 Freescale Semiconductor Inc. Vybrid DS-5 Getting Started Guide Rev 1.0 1 Introduction... 3 2 Download DS-5 from www.arm.com/ds5... 3 3 Open DS-5 and configure the workspace... 3 4 Import the Projects into

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions October 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

ENCM 339 Fall 2017: Cygwin Setup Help

ENCM 339 Fall 2017: Cygwin Setup Help page 1 of 6 ENCM 339 Fall 2017: Cygwin Setup Help Steve Norman Department of Electrical & Computer Engineering University of Calgary September 2017 Introduction This document is designed to help students

More information

Installing and Using Dev-C++

Installing and Using Dev-C++ Installing and Using Dev-C++ 1. Installing Dev-C++ Orwell Dev-C++ is a professional C++ IDE, but not as big and complex as Visual Studio. It runs only on Windows; both Windows 7 and Windows 8 are supported.

More information

G-WAN. Complete install process for Ubuntu (both for the 32 and the 64 OS versions).

G-WAN. Complete install process for Ubuntu (both for the 32 and the 64 OS versions). G-WAN Complete install process for Ubuntu 11.10 (both for the 32 and the 64 OS versions). G-WAN (Global Web Area Network) is both a web server (for static web pages) and a web application server (for rich

More information

Configuring Visual Studio 2017 with SFML Game Engine

Configuring Visual Studio 2017 with SFML Game Engine Configuring Visual Studio 2017 with SFML Game Engine A. Download the SFML Library file from https://www.sfml-dev.org/. a. Go to the site https://www.sfml-dev.org/ b. Click the Download link c. Click the

More information

Using Eclipse for C Programming

Using Eclipse for C Programming Using Eclipse for C Programming George Ferguson ferguson@cs.rochester.edu June 2018 Abstract Students are used to using the Eclipse IDE for programming in Java. This document describes how to install and

More information

Lab00: Software Environment Setup

Lab00: Software Environment Setup Lab00: Software Environment Setup Michele Svanera February 22, 2016 Contents 1 What you need 1 2 How to 2 3 Guide 2 3.1 Creating the VM......................................... 2 3.1.1 Customizing.......................................

More information

Using the GCC toolchain for Mulle SW development.

Using the GCC toolchain for Mulle SW development. Using the GCC toolchain for Mulle SW development. Tested on Windows XP and Mac OS X Snow Leopard 2011 Eistec AB All rights reserved. Subject to change without prior notice. Document version 4.00 1 ENVIRONMENT

More information

2 Installing the Software

2 Installing the Software INSTALLING 19 2 Installing the Software 2.1 Installation Remember the hour or two of slogging through software installation I promised (or warned) you about in the introduction? Well, it s here. Unless

More information

Getting Started with Kinetis SDK (KSDK) v.1.2

Getting Started with Kinetis SDK (KSDK) v.1.2 Freescale Semiconductor Document Number: KSDK12GSUG User's Guide Rev. 0, 4/2015 Getting Started with Kinetis SDK (KSDK) v.1.2 1 Overview Kinetis SDK (KSDK) is a Software Development Kit that provides comprehensive

More information

Configuring Ubuntu to Code for the OmniFlash or OmniEP

Configuring Ubuntu to Code for the OmniFlash or OmniEP Configuring Ubuntu to Code for the OmniFlash or OmniEP Table of Contents Introduction...2 Assumptions...2 Getting Started...2 Getting the Cross Compiler for ARM...2 Extracting the contents of the compressed

More information

First Steps With Visual FlagShip 8 for Linux

First Steps With Visual FlagShip 8 for Linux First Steps With Visual FlagShip 8 for Linux 1. Requirements...1 2. Download FlagShip...1 3. Installing FlagShip...3 3.a Updating FlagShip...5 4. Uninstalling FlagShip...5 5. License Types, Support...5

More information

Aeroscope SDK Linux. User Guide V

Aeroscope SDK Linux. User Guide V Aeroscope SDK Linux User Guide 2018.05 V1.0 Contents Introduction 2 Purpose 2 Intended Audience 2 Legends 2 References 2 Abbreviations and Terms 2 Aeroscope SDK Package 3 Installation 4 Environmental Requirements

More information

Red Suite 4 Getting Started. Applies to Red Suite 4.22 or greater

Red Suite 4 Getting Started. Applies to Red Suite 4.22 or greater Red Suite 4 Getting Started Applies to Red Suite 4.22 or greater March 26, 2012 Table of Contents 1 ABOUT THIS GUIDE... 3 1.1 WHO SHOULD USE IT... 3 2 RED SUITE 4... 4 2.1 NEW FEATURES IN RED SUITE 4...

More information

ECE 3574: Applied Software Design

ECE 3574: Applied Software Design ECE 3574: Applied Software Design Chris Wyatt Spring 2018 Welcome to ECE 3574: Applied Software Design CRN 19016 Website: https://filebox.ece.vt.edu/~ece3574 Instructor: Chris Wyatt, clwyatt@vt.edu Today

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

Installing GFI MailArchiver

Installing GFI MailArchiver Installing GFI MailArchiver GFI MailArchiver System requirements Windows 2000/2003 Server or Advanced Server. Microsoft Exchange Server 2000/2003. (The product is installed on the Exchange Server machine).net

More information

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018

143a, Spring 2018 Discussion Week 4 Programming Assignment. Jia Chen 27 Apr 2018 143a, Spring 2018 Discussion Week 4 Programming Assignment Jia Chen 27 Apr 2018 Annoucements HW2 posted due Friday, May 4, 2018, 11:55 PM Programming Assignment posted due Friday, Jun 1, 2018, 11:55 PM

More information