MongoDB는 VC++를 사용해서 윈도우(32 and 64bit)환경에 컴파일 됩니다. SCons는 빌드 처리를 도와는 것이며, 이걸 통해 생성된 솔루션 파일은 VSI를 사용할 때 편리하게 사용할 수 있는 프로젝트 포함... 이 프로젝트는 아래 리스트에 포함된 여러 다른 프로젝트와 연동되어 있습니다. 선-빌드된 바이너리를 다운받으면 쉽게 처리할 수 있습니다. MongoDB can be compiled for Windows (32 and 64 bit) using Visual C++. SCons is the make mechanism, although a solution file is also included in the project for convenience when using the Visual Studio IDE. There are several dependencies exist which are listed below; you may find it easier to simply download a pre-built binary. Get the MongoDB Source Code소스 코드를 다운 받거나 Git를 이용해 인스톨하세요. Download the source code from Downloads. Or install Git. Then:
Get Boost Libraries
VS프로젝트 파일에 아래 위치한 경로를 세팅하십시요. The Visual Studio project files are setup to look for boost in the following locations:
You can unzip boost to c:\boost, or use an NTFS junction point to create a junction point to one of the above locations. Some versions of windows come with linkd.exe, but others require you to download Sysinternal's junction.exe to accomplish this task. For example, if you installed boost 1.42 via the installer to the default location of c:\Program Files\boost\boost_1_42, You can create a junction point with the following command:
This should return the following output:
Get SpiderMonkeyBuild a SpiderMonkey js engine library (js.lib) – details here. Building MongoDB from the IDEOpen the db/db.sln solution file. Note: currently the mongoshell and C++ client libraries must be built from scons. Also, for the VS2008 project files, 64 bit must be built from scons (although you can do 64 bit with db_10.sln in vs2010). Install SConsIf building with scons, install SCons:
Building MongoDB with SConsThe SConstruct file from the MongoDB project is the preferred way to perform production builds. Run scons in the mongo project directory to build. If scons does not automatically find Visual Studio, preset your path for it by running the VS2010 vcvars*.bat file. To build:
Troubleshooting
|
반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- AWS
- logstash
- build
- MySQL
- ssh
- s3
- unity
- 영어
- docker
- 엘라스틱서치
- elasticsearch
- Windows
- error
- 유니티
- ChatGPT
- API
- JavaScript
- Kibana
- JS
- nodejs
- MSSQL
- Ai
- mariadb
- Linux
- 구글
- Es
- 설정
- sample
Archives
- Today
- Total
가끔 보자, 하늘.
MongoDB 빌드하기(in VC2008) 본문
http://www.mongodb.org/display/DOCS/Building+with+Visual+Studio+2008
Building with Visual Studio 2008
반응형
'개발 이야기 > 개발툴 및 기타 이야기' 카테고리의 다른 글
아.. 놔... cruiseControl 링크에러.. ㅠ_ㅜ (209) | 2012.07.19 |
---|---|
Tortoise SVN으로 게임 데이타 패치 만들기 (64) | 2011.08.12 |
Notepad++ 한글 문제 (0) | 2011.06.08 |
Doxygen 한글 문제 (0) | 2010.12.20 |
Memory Leak 찾아내기 (0) | 2009.10.16 |