Skip to content
Snippets Groups Projects
Commit ba4b020f authored by Dmitry Romanov's avatar Dmitry Romanov
Browse files

CMake kit by default, project dockerfile

parent fdd4f407
No related branches found
No related tags found
No related merge requests found
FROM eicweb/jug_xl:3.0-stable
# athena and ip6
# ENV LD_LIBRARY_PATH="/workspaces/vscode_athena/lib:${LD_LIBRARY_PATH}"
ENV DD4HEP_LIBRARY_PATH="/workspaces/vscode_athena/lib:${DD4HEP_LIBRARY_PATH}"
ENV ATHENA_PREFIX="/workspaces/vscode_athena"
\ No newline at end of file
[
{
"name": "GCC 10.2.1 x86_64-linux-gnu",
"compilers": {
"C": "/usr/bin/x86_64-linux-gnu-gcc-10",
"CXX": "/usr/bin/x86_64-linux-gnu-g++-10"
}
}
]
# vscode_athena
![vscode athena](doc/vscode_propaganda.png)
Tutorial and a boilerplate of how to develop Athena detector using VSCode and Juggler container
![Athena in vscode](doc/vscode_propaganda.png)
......@@ -12,4 +14,5 @@ ln -s ../ip6/ip6 athena/ip6
[Git submodules documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
[VSCode documentation on container development](https://code.visualstudio.com/docs/remote/create-dev-container)
\ No newline at end of file
[VSCode documentation on container development](https://code.visualstudio.com/docs/remote/create-dev-container)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment