본문 바로가기
카테고리 없음

[CPP] WEB UI - Hadouken - MSVC

by 나스닥171819 2018. 7. 5.
728x90
반응형



boost 를 모르면 전혀 사용할 수 없는 코드입니다.



boost 를 모르시면 PASS!!!!





C# 에서 자바스크립트를 이식해서 구현하다가


CPP 로 자바스크립트를 구동하는 프로젝트로 수정되었다.

duktape 를 사용한다.

cpp-netlib를 사용한다.

libtorrent를 사용한다.

boost_1_58_0를 사용한다. 



2017-11-29-raspbian-stretch.zip.torrent 다운로드를 하는 화면이다.

동작한다.

개발자에게 박수를 보낸다.




WEB UI를 요즘은 파이썬으로 구현한다고 한다.

django 를 사용한다.

요즘 파이썬이 대세라고 한다.

파이썬도 배워보자.





https://github.com/HadoukenIO/core


Hadouken은 네이티브 데스크톱 환경에서 웹 응용 프로그램을 만드는 오픈 소스 플랫폼입니다. Hadouken은 45 개 이상의 주요 은행, 구매자 및 공급 업체가 400 개 이상의 금융 회사에 수백 개의 응용 프로그램을 배포하는 데 사용되는 데스크톱 운영 계층 인 OpenFin OS를 구축하는 데 사용되는 기본 프로젝트입니다. 



Hadouken



https://github.com/hadouken


webui 가 괜찮아 보인다.


4년전에는 존재 했던 회사같다.


http://ww1.hdkn.net/


지금은 접속이 안된다.




http://Building Hadouken on Windows Overview This will guide you through the process of building Hadouken on Windows using MSVC 12 (Visual Studio 2013). Most of the dependencies are pre-built and will be pulled in during the build process, however libtorrent and cpp-netlib are placed in-source via Git submodules. Prerequisites In order to successfully clone and build Hadouken you need the following applications installed, MSVC 12.0 (Visual Studio 2013) Git CMake (>= 2.8) Cloning the repository Clone the Hadouken GitHub repository and initialize the submodules. C:\Code> git clone https://github.com/hadouken/hadouken C:\Code> cd hadouken C:\Code\hadouken> git submodule update --init Running the build By now you should have all you need to build Hadouken. Other dependencies such as OpenSSL and Boost will be automatically downloaded in the build process. C:\Code\hadouken> .\win32\build.ps1



Building Hadouken on Windows

Overview

This will guide you through the process of building Hadouken on Windows using MSVC 12 (Visual Studio 2013). Most of the dependencies are pre-built and will be pulled in during the build process, however libtorrent and cpp-netlib are placed in-source via Git submodules.

Prerequisites

In order to successfully clone and build Hadouken you need the following applications installed,

  • MSVC 12.0 (Visual Studio 2013)
  • Git
  • CMake (>= 2.8)

Cloning the repository

Clone the Hadouken GitHub repository and initialize the submodules.

C:\Code> git clone https://github.com/hadouken/hadouken
C:\Code> cd hadouken
C:\Code\hadouken> git submodule update --init

Running the build

By now you should have all you need to build Hadouken. Other dependencies such as OpenSSL and Boost will be automatically downloaded in the build process.

C:\Code\hadouken> .\win32\build.ps1


반응형