/ExamTex

Program to generate question papers from question banks

Primary LanguageC

DSA-Mini-project

Welcome to the Mini Project Repo

Installation

  1. Clone the repo by running the following command in the terminal
git clone https://github.com/AbhijnanVegi/DSA-Mini-project.git
  1. Install CMake from your linux distro's repositories, If you are using Ubuntu run
sudo apt install cmake
  1. Run the following commands
cd ./DSA-Mini-Project
cmake -S .
make

Alternative Installation

Run the following command after cloning the repository

cd ./DSA-Mini-Project
./install.sh

Usage

./ExamTEX <question-bank> <sample-paper> <question-paper> <answer-key>

Project by: