Changes between Version 10 and Version 11 of Developer/Simulators/QEMU/CANEmulation
- Timestamp:
- Jun 3, 2013, 6:50:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/Simulators/QEMU/CANEmulation
v10 v11 166 166 = Detail = 167 167 168 The CAN simulation environment is based on QEMU-1.4.2, you can download it from https://github.com/Jin-Yang/QEMU-1.4.2 or get the copy using the following commands(Linux)168 The CAN simulation environment is based on QEMU-1.4.2, you can download it from https://github.com/Jin-Yang/QEMU-1.4.2 or get a copy using the following command(Linux) 169 169 git clone https://github.com/Jin-Yang/QEMU-1.4.2.git . 170 170 Then you can build it through 171 ./configure --prefix=/opt/qemu && make && make install 171 172 172 173 = References =