You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: GettingStarted.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,22 @@ If you are not automatically prompted to select a kit after a few seconds of loa
83
83
84
84
Click "Build" in the CMake Tools status bar to build the selected target.
85
85
86
-

86
+

87
87
88
88
## Step 7: Running the HElib Example (Point and Click)
89
89
90
-
When the build has finished, click "Launch" in the CMake Tools status bar to launch the selected target in the terminal window.
90
+
When the build has finished, click "Launch" in the CMake Tools status bar to launch the selected target in the terminal window. A dropdown will animate on screen with different demos to choose from to run. Select one, click enter, and it will run that program.
91
+
92
+

91
93
92
94
Each demonstration application is in a self contained directory in the examples folder in the IDE. Each demo application directory contains a *README.md* that explains how to run the demo and what you should
93
-
expect for results. For instance, the <ahref="samples/BGV_world_country_db_lookup/README.md"target="_blank">BGV World Country Database Lookup Example Documentation</a> contains the information to run a complete example of a privacy preserving search against an encrypted database. The database is a key value store prepopulated with the english names of countries and their capital cities from the continent of Europe. Selecting the country will perform a search of the matching capital.
95
+
expect for results. For instance, the <ahref="samples/BGV_world_country_db_lookup/README.md"target="_blank">BGV World Country Database Lookup Example Documentation</a> contains the information to run a complete example of a privacy preserving search against an encrypted database. The database is a key value store prepopulated with the english names of countries and their capital cities from around the world. Selecting the country will perform a search of the matching capital.
94
96
95
-

Follow the text in the demo specific documentation you have chosen. For example, if using the privacy preserving country database search, enter a European country as input to find out its capital city. In the image below, the example used is `Sweden`.
99
+
Follow the text in the demo specific documentation you have chosen. For example, if using the privacy preserving country database search, enter a country as input to find out its capital city. In the image below, the example used is `Sweden`.
98
100
99
-

0 commit comments