From a21e442e4fb8d859e4dd7ca041ef7e2d508ebc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C5=A0ach?= Date: Fri, 5 Jan 2024 12:57:05 +0100 Subject: [PATCH] Remove note about perl from readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fdf11bbb4..8ae1ea3d06 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,7 @@ the [documentation directory](doc/) for more information. ### What language is it written in? -All user facing code is written in C++, and some legacy code as well as unit -tests are written in Perl. Perl is not required for either development or use -of PrusaSlicer. - +All user facing code is written in C++. 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`.