From 687b8dc494aa825f9cddeac493a8ac0e4df8ec13 Mon Sep 17 00:00:00 2001 From: LEE HAESUNG <102472529+JungangHighschool@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:28:56 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2bbaad..6178911 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ EJP-T is a specialized component of the Edged Judger Platform (EJP) designed to 2. Navigate to the cloned directory and run the installation script. ```bash cd ejp-t - ./install.sh + sudo apt update && sudo apt install sudo apt install -y git cmake build-essential + cmake -E make_directory build && cd build + cmake .. && make ``` 3. Follow the on-screen prompts to complete the installation. @@ -195,4 +197,4 @@ ejp-t workbook [command] [options] ejp-t workbook append -p assignment_1 -l ./path_of_testcase.json # append testcase to problem ``` -
\ No newline at end of file +
From 54af266f21f4ecfe54215b44ff7a4e8e3195ca7b Mon Sep 17 00:00:00 2001 From: chanyeong <60565169+jcy0308@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:45:48 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6178911..a58acfd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ EJP-T is a specialized component of the Edged Judger Platform (EJP) designed to 2. Navigate to the cloned directory and run the installation script. ```bash cd ejp-t - sudo apt update && sudo apt install sudo apt install -y git cmake build-essential + sudo apt update -y && sudo apt install -y git git cmake gcc g++ pkg-config libkrb5-dev libssl-dev python3 cmake -E make_directory build && cd build cmake .. && make ```