📄 getting-started.txt
字号:
/** \addtogroup platform * @{ **//**\defgroup win32 Microsoft WindowsIt is possible to run an entire Contiki system as a program underMicrosoft Windows.\author Oliver Schmidt <ol.sc@web.de>\section win32-getting-started Getting startedThe Microsoft Windows port of Contiki doesn't use the the Contiki build system.Instead it is built with the Microsoft Visual C++. If you already have MicrosoftVisual Studio 2005 Standard Edition (or better) installed you're ready to go.Otherwise you can download and install the free Visual C++ 2005 Express Edition.I'd recommend to download the full package and then do a local install. That socalled Manual Installation is described on this page:http://msdn.microsoft.com/vstudio/express/support/install/Then follow the instructions on this page carefully (Note - You only need toinstall the Microsoft Windows Core SDK from the Microsoft Platform SDK):http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspxFinally you might want to integrate the Platform SDK help content into the IDEhelp system (although this isn't necessary for Contiki development) by choosingthis topic in the IDE help system and following the instructions given:ms-help://MS.VSExpressCC.v80/dv_vsexpcc/local/CollectionManagerExpress.htmFor network I/O you need the WinPcap library which is available on this page:http://www.winpcap.org/install/default.htmI'd recommend to install the Wireshark network protocol analyzer which uses (andtherefore comes with) the WinPcap libary from this page instead of installingjust the WinPcap library from the page above:http://www.wireshark.org/download.htmlDoubleclicking contiki-2.x\\platform\\win32\\contiki.sln should bring up the IDEand load the Contiki Solution. This takes some time if done for the first timeas the source is scanned and quite some metadata gets generated.Now press F7 for Build Solution and then F5 for Start Debugging. This shouldbring up Contiki inside a new command prompt window. Starting Contiki in thedebugger has the benefit of having the debug output routed to the IDE outputpane.Depending on your settings for command prompt windows the mouse should workright away with Contiki.Contiki resizes its desktop on resizing the command prompt window Contiki isrunning in.Beside the Contiki Quit menu entry you can safely use Ctrl-C for a clean exit.You'll notice that when running Contiki from an already open command promptwindow (that therefore doesn't close on Contiki exit): The caption, colors,cursor, ... are restored.@{*//** @} *//** @} */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -