Home | History | Annotate | Download | only in doc

Lines Matching full:build

20 To build and use the STLport you will need following tools and libraries:
32 This can be done by using batch files under your 'eMbedded Visual C++' directory(use either WCEemulator.BAT if you want to build STLport for the emulator or WCEARMV4.BAT if you intend to aim an ARM device).
37 Third, when you are 100percent sure you've set correctly systems variables go to the STLport/build/lib dir and run the configure.bat with
39 then invoke following command: 'nmake /fmsvc.mak install' to build the library.
42 At the end of build process you should have some libs installed in STLport/lib/evc4-arm or STLport/lib/evc4-x86 and dynamic libs in STLport/bin directory.
46 'nmake /fmsvc.mak clobber' before new build.
48 Note: MIPS platform is also available for build, but it may not compile or work properly. Use with caution!
53 When you successfuly build STLport libs, you should go to STLport/test/unit directory build and run the STLP test suite.
55 Once test build has finished upload and run stlp_unit_test.exe to your emulator or device.