File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,17 @@ This tutorial uses these repositories at commits
4040respectively.
4141
4242The premise of this tutorial is to convert C code that depends on libjpeg, so
43- the library should be installed. A copy of the relevant header file is included
43+ the library should be installed. On Ubunutu, it can be installed with
44+ ` sudo apt install libjpeg-dev ` .
45+
46+ <!--
47+ NOTE: The tutorial currently doesn't work properly without libjpeg installed,
48+ so I've commented this part out. It should be able to work in priniple.
49+
50+ A copy of the relevant header file is included
4451with the tutorial, so the conversion steps can be followed regardless, but it
4552must be installed to compile and execute the converted program.
53+ -->
4654
4755The makefile and conversion script included with this tutorial assume that the
4856` 3c ` Checked C version of ` clang ` are on your path. If you cloned 3c into your
You can’t perform that action at this time.
0 commit comments