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
Post a Comment