Skip to content

pointnotfoe/275_group5_SourceSeven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To start Streamlined Grading System from an installation disc, do the following:
-Turn on your computer and insert the installation disc
-Press any key when prompted to do so and then follow any instructions that appear on the screen
-When the install software page appears, click install now to begin the installation process and then follow the steps
-Select the destination folder where you want to save your software.




Technical Installation

To start Streamlined Grading System from the submitted code, do the following:

Install the Qt framework from the web and open the Qt creator
Locate and open the .pro file (project file) from the submitted code in Qt 


 




 





-Click on Projects tab in side bar and specify the path for released version of the software ( as shown in figure above)
-Click on the “[project name] debug” tab in side bar and pop up screen appears
-Click on release tab to get the folder containing executable version of the submitted code. 
-Open the lib folder from the unzipped folder
-Copy the dll files and platform folder from lib 
-Open the folder containing executable version of code
-Paste the dll files and platform folder in the release folder
-Open the release folder and click on exe file 
-The initial login screen appears on the screen
-The user provides the username and password and enters the Streamlined Grading System



Installing g++ to mark programming assignments

-Follow these steps to install g++ (the GNU C++ compiler) for Windows. 
-Pick the drive and a folder in which you want to install g++. I'll assume that it is C:, but you can choose a different one. If you choose a different drive or a different folder, you'll need to adapt the directions below accordingly.
-Download full.exe, an about 14 megabyte executable, to C:\full.exe. Be sure the browser saves the file as C:\full.exe.

-http://www.claremontmckenna.edu/pages/faculty/alee/g++/full.exe

-Run the downloaded executable. This will install g++ on your hard drive. Go to the C: drive using Windows Explorer and double-click on full.exe. Or, open a DOS window (Start > Programs > Command Prompt), connect to the C: drive using the cd command, and type full.
-Locate where the bin folder was created for the g++ installation. On my Windows XP machine, it was created in the following path:
-C:\cygnus\cygwin-b20\H-i586-cygwin32\bin
-You now should add it to the PATH environment variable. You do that by following: Start -> Control Panel -> System -> Advanced -> Environment Variables
-At this point you can see the PATH variable either in the User Variables or in the System Variables. Add the g++ path into the PATH variable. You add it to the end of the existing value separated by a semicolon (';'). 
-Restart your computer


How to run the application

-To run the streamlined grading system, follow these steps:
-Click on start icon
-Click on all programs and locate the Streamlined grading System from the list of programs
-Open the program and the initial screen will appear
-The prompt screen will ask the user for login id and password
-User provides the credentials and enters the system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors