Skip to content

Commit 660412e

Browse files
libjpeg must be installed for the tutorial to work
1 parent 9d895bb commit 660412e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,17 @@ This tutorial uses these repositories at commits
4040
respectively.
4141

4242
The 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
4451
with the tutorial, so the conversion steps can be followed regardless, but it
4552
must be installed to compile and execute the converted program.
53+
-->
4654

4755
The 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

0 commit comments

Comments
 (0)