Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] After building SUMO from source in Ubuntu
  • From: "Tong, Kailin" <Kailin.Tong@xxxxxxx>
  • Date: Tue, 24 Sep 2019 12:37:54 +0000
  • Accept-language: de-AT, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=v2c2.at; dmarc=pass action=none header.from=v2c2.at; dkim=pass header.d=v2c2.at; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AJco80lBD0zqkoIg+fNDuQQnIjBp+3adxp5PmeFV4gI=; b=E6fcy7qk5407kU2SgNUiulU+VRC6CMhlEMBk2P+PhlrnlZIlrVFV+LGxgsiyePkMTVkvX/CH1z5yAQ46QN7MhQR6eVTpg52ITOJjytYjwVbFiY78M05iI9jEieV317OxiupGodQGErfDJf6ZdFEMOpTZtNrInENixnpKmphLu3gVlEYfVJ9xMfwuxiyz/W1ZtvO5pcDUekky/1hbBMFtlLl3y0l47O8qe2+rwPewpXGqkI0kxCZwLHtG0LtO7NQ+l37SB8SrvbGAQhihm1MtjQkhoOdEcQrIz5uRl5t7WLFZSP1kSB32fXCgsRTDU1j03ovsxhnPVPtL5rDmVD/Evg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Z0wfVrUKOFuz4Jnti0zcUQ9u3KzVftfTGPvk5iCYCwJsgxgGcf1rNPmdBSWnsq1SRt+H6Vt5DfQ2EicHpzAxv47kQDoV8Ty67Xe2RDR5aAl1HDZKoOAeV3euggFExRSn9pZRMIEy+uDM2FJppBYZNblJTEZycBFywrlgy1cGvXH4P1fW8s7hyHB5ktsJKIdFZk/JlbOdA51+pDJ9Bh3rs9t3UBKxzyRzyyIZbexs/wYbhrBjbVvAGm0lnb7kHY9B0LLCvf/15oY0sXVOgKIiAAM4rICvlODP5+L2xEWZ/XLVQALQOZe1UC7qI9ebdJXGCMQrK5OTpCWeTyEnK1LqDg==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVctSH/7Hyy8s/TUyM+YHmk7qyWQ==
  • Thread-topic: After building SUMO from source in Ubuntu

Dear all,

I built SUMO in Ubuntu following this instruction, and did not meet any error.

sudo apt-get install cmake python g++ libxerces-c-dev libfox-1.6-dev libgdal-dev libproj-dev libgl2ps-dev swig  
git clone --recursive https://github.com/eclipse/sumo  
export SUMO_HOME="$PWD/sumo"  mkdir sumo/build/cmake-build && cd sumo/build/cmake-build  
cmake ../..  
make -j$(nproc) 

But after the building, I cannot find an executable SUMO or run it from terminal. How can I execute and test it  to know whether I built it correctly?

I hope this question is not too weird..., but I am not familiar with building and  could not find answers from google.

thank you in advance!


BR,
Kailin


Back to the top