Remove note about perl from readme

This commit is contained in:
Martin Šach 2024-01-05 12:57:05 +01:00 committed by SachCZ
parent 6b0dcc658d
commit a21e442e4f

View File

@ -19,10 +19,7 @@ the [documentation directory](doc/) for more information.
### What language is it written in? ### What language is it written in?
All user facing code is written in C++, and some legacy code as well as unit All user facing code is written in C++.
tests are written in Perl. Perl is not required for either development or use
of PrusaSlicer.
The slicing core is the `libslic3r` library, which can be built and used in a standalone way. The slicing core is the `libslic3r` library, which can be built and used in a standalone way.
The command line interface is a thin wrapper over `libslic3r`. The command line interface is a thin wrapper over `libslic3r`.