From 67bc5149d1b49f526666986e7759c79f273f45ec Mon Sep 17 00:00:00 2001 From: LiXiaoqi <2360211477@qq.com> Date: Mon, 21 Oct 2024 14:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20source=5F=5Fbuild=5Fcarla.?= =?UTF-8?q?md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source__build_carla.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source__build_carla.md b/source__build_carla.md index ac29dd3..08f5f20 100644 --- a/source__build_carla.md +++ b/source__build_carla.md @@ -92,7 +92,7 @@ pip3 install --user wheel auditwheel==4.0.0 ## 编译unreaEngine ```shell -git clone --depth 1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git . +git clone --depth 1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git ``` 克隆这一步网上说了一大堆,包括官方,还要切换分支之类的,根本不需要,直接克隆最新的就行,因为后面克隆carla源码是也是克隆最新的。这样不会缺少对应的依赖