c++ - Run CMake executable on Heroku -


i've built nodejs website uses boostprocess run simple executable. compiled executable's project (which written in c++) using cmake on mac, , copied executable website's bin directory. then, can run compiled executable nodejs website. works on localhost. however, when push website heroku, server responds with: error: request failed status code 404.

now, did research , think since compiled executable using cmake on osx, won't able run on heroku (which uses linux, far can tell). i'm not sure how fix problem - i'm not familiar heroku, , research did didn't yield , concrete answers. appreciated.

thanks in advance.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -