Skip to content

Commit

Permalink
Update README.md with manual installation instructions for Visual Stu…
Browse files Browse the repository at this point in the history
…dio Code (pull bytedeco#1798)
  • Loading branch information
lab596 authored Apr 13, 2022
1 parent e806a62 commit b77945f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,13 @@ Eclipse (Java SE 7 or newer):

1. Navigate to Project > Properties > Java Build Path > Libraries and click "Add External JARs...".
2. Locate the JAR files, select them, and click OK.

Visual Studio Code (Java SE 7 or newer):

IntelliJ IDEA (Android 5.0 or newer):
1. Navigate to Java Projects > Referenced Libraries, and click `+`.
2. Locate the JAR files, select them, and click OK.

IntelliJ IDEA (Android 7.0 or newer):

1. Follow the instructions on this page: http://developer.android.com/training/basics/firstapp/
2. Copy all the JAR files into the `app/libs` subdirectory.
Expand Down

0 comments on commit b77945f

Please sign in to comment.