Giter Site home page Giter Site logo

cankayauniversity / ceng-407-408-2017-2018-project-project-karaoke Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 38.19 MB

ceng-407-408-project-project-karaoke created by GitHub Classroom

License: GNU General Public License v3.0

Java 95.23% HTML 4.76% CSS 0.01%

ceng-407-408-2017-2018-project-project-karaoke's Introduction

ÇANKAYA UNIVERSITY

FACULTY OF ENGINEERING COMPUTER ENGINEERING DEPARTMENT

Development of a Karaoke Application for Language Learning

CENG 407/408

Innovative System Design and Development I/II

Mehmet Ali BEKERECI Ege Naz ALARSLAN Tolga KARAMAN

{c1311009, c1311002, c1111029}@student.cankaya.edu.tr

Installation Guide for Karaoke Application

You should go to this site to see our website: http://developmentkaraoke.unaux.com/MainPage.html?i=1

For our Desktop application, you can install it by choosing one of these options below.

1-) Install with the file Binary for Linux OS.

To install the program, you need to do the following steps in order by opening the command prompt.

Code: mkdir / home / username / src /
So we have our source package in / home / username / src /.

Change to the directory / home / username / src / with the command "cd" (change directory) as follows:
Code: CD / home / username / src /

Use the list directory contents (ls) command to see that the file exists:
Code: ls
We now have to extract the zipped file, this happens differently depending on the file extension.

For files ending in .tar.gz:
Code: tar -zxvf
(Replace with the name of the file).

For files ending in .tar.bz2:
Code: tar -jxvf

For files with the extension .zip use:
Code: unzip

You should now have a new directory with all source files. To confirm that it exists and to get its name, use the ls command again.
Code: ls

We now have to go into the new directory, so use the cd command:
Code: cd

Here things will be different. Some packages have an INSTALL or README file that contains installation instructions. Use "ls" to determine if the software contains an installation or readme file. If it has one, you can use the "more" command to read it:
Code: more INSTALL

In general, the last 3 levels are as follows:
I. Configure the installation
II. Compile the software
III. Install the binaries

Pre-installation configuration is done by running ./configure:
Code: ./configure

2-) Downloading and applying source code from Intellij Idea

First, you need to download and install the Intellij Idea tool from this link:
https://www.jetbrains.com/idea/download/#section=windows

After completing the installation of the Intellij Idea tool, you should download and unzip the latest version of your source code from the "Releases" tab in your Github depot.

Then you should open the Intellij Idea and follow these steps from the Intellij Idea window:

I. Choose File -> Open-> Source code -> Select the file with a near Intellij Idea image -> Click "Open".
II. After opening our source code, click the "Run" button at the top of the Intellij Idea user interface.

ceng-407-408-2017-2018-project-project-karaoke's People

Contributors

egenazalarslan avatar fstasel avatar mehmetalibekereci9 avatar tolgakaraman avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.